czso_get_catalogue {czso}R Documentation

Get catalogue of open CZSO datasets

Description

Retrieves a list of all CZSO's open datasets available from the Czech Open data catalogue.

Usage

czso_get_catalogue(search_terms = NULL)

Arguments

search_terms

a regex pattern, or a vector of regex patterns, to filter the catalogue by. A case-insensitive filter is performed on the title, description and keywords. The search returns only catalogue entries where all the patterns are matched anywhere within the title, description or keywords.

Details

Pass the string in the dataset_id column to get_czso_table(). dataset_iri is the unique identifier of the dataset in the national catalogue and also the URL containing all metadata for the dataset.

Value

a data frame with details on all CZSO datasets available in the Czech National Open Data Catalogue. The columns are fairly well described by their names, except:

See Also

Other Core workflow: czso_get_codelist(), czso_get_table()

Examples


czso_get_catalogue()
czso_get_catalogue(search_terms = c("kraj", "me?zd"))


[Package czso version 0.4.1 Index]