get_names: Get Names of Object

Description Usage Arguments Value Examples

View source: R/get_names.R

Description

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

Usage

1

Arguments

...

any type of data object

Value

names of object

Examples

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

yikeshu0611/do documentation built on Aug. 5, 2021, 4:17 p.m.