Skip to contents

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

Usage

acquire_mm22(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_mm22()
data <- file |>
          get_mm22_metadata()

my_mm22 <- acquire_mm22("~/data")
} # }