workshop_fetch {ubiquity} | R Documentation |
Fetch Ubiquity Workshop Sections
Description
With the ubiquity package this function can be used to fetch example files for different sections of the workshop.
Usage
workshop_fetch(
section = "Simulation",
overwrite = FALSE,
copy_files = TRUE,
output_directory = getwd()
)
Arguments
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()) |
Details
Valid sections are "Simulation", "Estimation", "Titration" "Reporting", and "NCA"
Value
list
Examples
workshop_fetch("Estimation", output_directory=tempdir(), overwrite=TRUE)
[Package ubiquity version 2.0.3 Index]