Skip to contents

acquire_mm23() is mainly a wrapper to download the file stored in mm23_url(). You can optionally specify where to save the downloaded file.

Usage

acquire_mm23(path)

Arguments

path

Folder to put the downloaded data in. If missing a tempfile will be created.

Value

Path and filename of the downloaded file.

Examples

if (FALSE) { # \dontrun{
file <- acquire_mm23()
data <- file |>
          get_mm23_metadata()

my_mm23 <- acquire_mm23("~/data")
} # }