Learn R Programming

icd (version 3.0.0)

fastIntToStringRcpp: Fast convert integer vector to character vector

Description

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

Usage

fastIntToStringRcpp(x)

fastIntToString_alt_Std(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