Description Usage Arguments Value Author(s) Examples
convert list to a data frame with the following structure: variable, level, type, value
1 | cvt_list2df(a)
|
a |
a list returned by read_yml or any list |
data frame
Hanming Tu
1 2 3 4 5 6 7 8 9 | ## Not run:
a <- "https://github.com/phuse-org/phuse-scripts/raw/master"
b <- "development/R/scripts"
c <- "Draw_Dist2_R.yml"
f1 <- paste(a,b,c, sep = '/')
r1 <- read_yml(f1)
r2 <- cvt_list2df(r1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.