Interface to the Italian National Institute of Statistics ('ISTAT') API
Create an ISTAT dataset object
Quick data retrieval
Make a request and return CSV as tibble
Make a request and return XML with namespaces
Make a request to the ISTAT API
Get or set the API timeout
Parse language-specific name from XML with namespace support
Parse language-specific name from XML
List all available ISTAT datasets
ISTAT API Base Functions
Get information about dataset dimensions
ISTAT Dataset Discovery Functions
Get ISTAT agency ID
Get all available values for all dimensions
Get ISTAT API base URL
Retrieve data from an ISTAT dataset
Get description for a dimension from its codelist
Get available values for a dimension
Get dimensions for a data structure
istatR: Interface to the Italian National Institute of Statistics ('IS...
Build SDMX URL key from filters
Parse ISTAT time period strings to Date
Print method for istat_dataset
Reset all filters to default (all values)
ISTAT Data Retrieval Functions
Search for datasets by keyword
Set filters for a dataset
ISTAT API Utility Functions
Extract attribute from XML node safely
Extract text from XML node safely
Provides an interface to the 'ISTAT' 'SDMX' RESTful API <https://esploradati.istat.it/SDMXWS>. Allows users to discover available datasets, explore their structure and dimensions, and retrieve statistical data from the Italian National Institute of Statistics. Based on the Python 'istatapi' package by Jacopo Attolini.