powered by
Retrieves a list of all available datasets (dataflows) from the ISTAT API.
all_available()
A tibble with the following columns:
Dataflow ID
Dataset version
English description of the dataset
Data structure definition ID
if (FALSE) { # Get all available datasets datasets <- all_available() head(datasets) }
Run the code above in your browser using DataLab