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)

do documentation built on Aug. 3, 2021, 5:06 p.m.