Title: Download and Load Data

get_registrations_data(
  repo = "ds4owd",
  download_token = Sys.getenv("GITHUB_DOWNLOAD_TOKEN"),
  github_token = Sys.getenv("GITHUB_PAT")
)

Arguments

repo

The name of the repository (default: "ds4owd")

download_token

See README on how to obtain this token

github_token

GitHub Personal Access Token (PAT) with 'repo' scope

Value

Exports RDA and CSV files for locations, presurvey, and roster data

Examples

download_and_load_data(download_token = DOWNLOAD_TOKEN, github_token = GITHUB_PAT)
#> Error in download_and_load_data(download_token = DOWNLOAD_TOKEN, github_token = GITHUB_PAT): could not find function "download_and_load_data"