Get Case Studies from the SlickLibrary GitHub Repo
Source:R/fct_load_casestudies.R
get_casestudies.RdGet Case Studies from the SlickLibrary GitHub Repo
Usage
get_casestudies()
download_casestudy(
name,
case_studies = NULL,
dir = NULL,
silent = FALSE,
object = TRUE,
delete = object
)Arguments
- name
The name of the case study to download.
Namecolumn fromget_casestudies()- case_studies
optional. Dataframe returned by
get_casestudies()- dir
Optional. Directory to save the file. Defaults to a temporary directory
- silent
Logical. Print out messages?
- object
Logical. Return the Slick object? Default downloads Slick object to a temporary location, loads and returns the Slick object, and then deletes downloaded file.
- delete
Logical. Delete the downloaded file after function finishes? Only useful if
object = TRUE