acquire_ppi()
is mainly a wrapper to download the file stored in
ppi_url()
. You can optionally specify where to save the downloaded file.
Examples
if (FALSE) { # \dontrun{
file <- acquire_ppi()
data <- file |>
get_ppi_metadata()
my_ppi <- acquire_ppi("~/data")
} # }