get_variable_name: Variable name

Description Usage Arguments Value Examples

View source: R/main.R

Description

Reports variable name.

Usage

1

Arguments

variable

any object type.

Value

Character name of variable.

Examples

1
2
3
4
5
love <- c(1,2)
get_variable_name(love)

dog <- matrix(1:4,2,2)
get_variable_name(dog)

tpgarcia/stride documentation built on March 18, 2021, 3:42 p.m.