Skip to contents

By default, the latest (i.e. most recent) microdata release is downloaded to the user data directory. The default directory path is updated automatically and accessible via get_directory.

Usage

get_microdata(version = "latest", overwrite = FALSE)

Arguments

version

Version (release date) of the desired GitHub release. Defaults to the latest (i.e. most recent) microdata release. Passed to pb_download internally.

overwrite

Logical. Can existing version on disk be overwritten?

Value

Message to console if successful.

Examples

if (FALSE) { # \dontrun{
get_microdata()
} # }