Learn R Programming

istatR (version 0.1.0)

all_available: List all available ISTAT datasets

Description

Retrieves a list of all available datasets (dataflows) from the ISTAT API.

Usage

all_available()

Arguments

Value

A tibble with the following columns:

df_id

Dataflow ID

version

Dataset version

df_description

English description of the dataset

df_structure_id

Data structure definition ID

Examples

Run this code
if (FALSE) {
# Get all available datasets
datasets <- all_available()
head(datasets)
}

Run the code above in your browser using DataLab