get_names {do}R Documentation

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

a=c(1,2,3)
get_names(a,mtcars)

[Package do version 2.0.0.0 Index]