Description Usage Arguments Value Author(s) Examples
read script metadata file in the repository or in a local folder.
1 | read_yml(fn)
|
fn |
a URL or file name containing script metadata |
a list containing the parsed metadata tags
Hanming Tu
1 2 3 4 5 | 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 <- get_inputs(f1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.