powered by
Adds Pointer Structure to R objects
add_pointer_struct(char, length)
A character vector of the concatenated character string with sequential numbering
A character vector.
The length of the returned object.
## For a single variable add_pointer_struct("S", 3) ## For multiple variables add_pointer_struct(c("S", "I"), length = 3)
Run the code above in your browser using DataLab