Learn R Programming

icd (version 3.1.2)

fastIntToString: Fast convert integer vector to character vector

Description

Fast conversion from integer vector to character vector using C++

Usage

fastIntToString_alt_Std(x)

fastIntToStringRcpp(x)

Arguments

x

vector of integers

bufferSize

int if any input strings are longer than this number (default 16) there will be memory errors. No checks done for speed.

Functions

  • fastIntToStringRcpp: Same using Rcpp