Learn R Programming

do (version 2.0.0.1)

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(...)

Value

names of object

Arguments

...

any type of data object

Examples

Run this code
a=c(1,2,3)
get_names(a,mtcars)

Run the code above in your browser using DataLab