Adds Pointer Structure to R objects
add_pointer_struct(char, length)
char | A character vector. |
---|---|
length | The length of the returned object. |
A character vector of the concatenated character string with sequential numbering
## For a single variable add_pointer_struct("S", 3)#> [1] "S1" "S2" "S3"#> [1] "S1" "S2" "S3" "I1" "I2" "I3"