powered by
read script metadata file in the repository or in a local folder.
read_yml(fn)
a URL or file name containing script metadata
a list containing the parsed metadata tags
# 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 <- get_inputs(f1) # }
Run the code above in your browser using DataLab