View source: R/add_pointer_struct.R
| add_pointer_struct | R Documentation | 
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)
## For multiple variables
add_pointer_struct(c("S", "I"), length = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.