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