View source: R/download.analysis.R
| download.analysis | R Documentation | 
Download the code for a TAF analysis from GitHub.
download.analysis(repo, dir = tempdir())
| repo | The full name of the GitHub repository, e.g. "ices-taf/2019_san.sa.6". | 
| dir | the directory to place the TAF project | 
run.analysis
## Not run: 
library(icesTAF)
# Download a TAF analysis
run_dir <- download.analysis("ices-taf/2019_san.sa.6", dir = ".")
# run the analysis
run.analysis(run_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.