Move variables in global environment to a dataframe in R -
how save multiple variables in global environment dataframe in r? can 1 one using $. there command moves variables @ once?
thanks.
you can do:
do.call(data.frame, lapply(ls(), get))
but let me sounds horrible idea.
Comments
Post a Comment