fastIntToStringRcpp {jwutil}R Documentation

Convert integers to strings as quickly as possible

Description

Have tried R, sprintf with Rcpp and C++ standard library. Doesn't do bounds checking, but limited by length of integers.

Usage

fastIntToStringRcpp(x)

Arguments

x

Vector of integers

Value

Vector of characters


[Package jwutil version 1.2.3 Index]