workshop_fetch function

Fetch Ubiquity Workshop Sections

Fetch Ubiquity Workshop Sections

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() )

Arguments

  • section: Name of the section of workshop to retrieve ("Simulation")
  • overwrite: if TRUE the new workshop files will overwrite any existing files present (FALSE)
  • copy_files: if TRUE the files will be written to the output_directory, if FALSE only the names and locations of the files will be returned (TRUE)
  • output_directory: directory where workshop files will be placed (getwd())

Returns

list

Details

Valid sections are "Simulation", "Estimation", "In Vitro", "Titration" "Reporting", and "NCA"

Examples

workshop_fetch("Estimation", output_directory=tempdir(), overwrite=TRUE)
  • Maintainer: John Harrold
  • License: BSD_2_clause + file LICENSE
  • Last published: 2025-01-07