Description Usage Arguments Value Author(s) Examples
extract folders and file names from a list containing script metadata.
1 | extract_fns(lst)
|
lst |
a list containing script metadata |
a data frame (subdir, filename) containing parsed file names
Hanming Tu
1 2 3 4 5 6 | 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 = '/')
f2 <- read_yml(f1)
f3 <- extract_fns(f2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.