Description Usage Arguments Author(s) Examples
download files defined in the input data frame.
1 2 | download_fns(df, tgtDir = NULL,
baseDir = "https://github.com/phuse-org/phuse-scripts/raw/master")
|
df |
a data frame containing file names produced from extract_fns |
tgtDir |
target directory for storing the files |
baseDir |
base directory in the repository including the repo URL. Default to "https://github.com/phuse-org/phuse-scripts/raw/master" |
Hanming Tu
1 2 3 4 5 6 7 8 9 10 | ## 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 = '/')
f2 <- read_yml(f1)
f3 <- extract_fns(f2)
f4 <- download_fns(f3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.