Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

return the name of the dataset in r

# in r
a <- data.frame()
deparse(substitute(a))
 
PREVIOUS NEXT
Tagged: #return #dataset
ADD COMMENT
Topic
Name
3+4 =