add_pointer_struct: Adds Pointer Structure to R objects

View source: R/add_pointer_struct.R

add_pointer_structR Documentation

Adds Pointer Structure to R objects

Description

Adds Pointer Structure to R objects

Usage

add_pointer_struct(char, length)

Arguments

char

A character vector.

length

The length of the returned object.

Value

A character vector of the concatenated character string with sequential numbering

Examples


## For a single variable
add_pointer_struct("S", 3)

## For multiple variables
add_pointer_struct(c("S", "I"), length = 3)

idmodelr documentation built on Sept. 2, 2022, 5:06 p.m.