do (version 1.4.0.0)

get_names: Get Names of Object

Description

Return the names of input. For example: if you input a, you will get 'a'.

Usage

get_names(...)

Arguments

...

any type of data object

Value

names of object

Examples

Run this code
# NOT RUN {
a=c(1,2,3)
get_names(a,mtcars)
# }

Run the code above in your browser using DataLab