Answers for "return the name of the dataset in r"

R
0

return the name of the dataset in r

# in r
a <- data.frame()
deparse(substitute(a))
Posted by: Guest on June-29-2020

Code answers related to "return the name of the dataset in r"

Browse Popular Code Answers by Language