Return the names of input. For example: if you input a, you will get 'a'.
get_names(...)
...
any type of data object
names of object
a=c(1,2,3) get_names(a,mtcars)