Query the CensusMapper API for available datasets.
list_census_datasets(use_cache = TRUE, quiet = FALSE)Returns a data frame with a column dataset containing the code for the
dataset, a column description describing it, a geo_dataset column
identifying the geography dataset the data is based on, a attribution column
with an attribution string, a reference column with a reference identifier, and
a reference_url column with a link to reference materials.
# List available datasets in CensusMapper
if (FALSE) { # \dontrun{
list_census_datasets()
} # }