Skip to contents

This is a helper function to look at dates for the JRF files.

Usage

get_jrf_dates(source = "admin", latest = FALSE, guids = FALSE)

Arguments

source

A string used to determine which format of JRF file to load. Options are: "admin" (default), "official", "system.", and "subnational".

latest

Use TRUE if you only want latest file date.

guids

Use TRUE if you want a file with GUIDs. Only relevant for subnational data.

Value

A vector of dates.

Examples


get_jrf_dates()
#> character(0)

get_jrf_dates("official")
#> character(0)

get_jrf_dates("subnational", guids = TRUE)
#> character(0)