workshop_fetch | R Documentation |
With the ubiquity package this function can be used to fetch example files for different sections of the workshop.
workshop_fetch(
section = "Simulation",
overwrite = FALSE,
copy_files = TRUE,
output_directory = getwd()
)
section |
Name of the section of workshop to retrieve ("Simulation") |
overwrite |
if |
copy_files |
if |
output_directory |
directory where workshop files will be placed (getwd()) |
Valid sections are "Simulation", "Estimation", "Titration" "Reporting", and "NCA"
list
workshop_fetch("Estimation", output_directory=tempdir(), overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.