Description Usage Arguments Details Value Examples
With the ubiquity package this function can be used to fetch example files for different sections of the workshop.
1 2 3 4 5 6 | 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
1 | 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.