powered by
Convert class or list to a data frame
cvt_class2df(x, exc = "^__", condition = FALSE)
a class or list
exclude pattern
condition for excluding
# NOT RUN { r1 <- Sys.getenv() r2 <- cvt_class2df(r1) # }
Run the code above in your browser using DataLab