get_indicators_systems: Get indicators systems

View source: R/indicators-systems.R

get_indicators_systemsR Documentation

Get indicators systems

Description

This function returns a list of indicator systems published in the ISTAC-indicators database. The indicators are simple or compound statistics, however a single indicator can rarely provide useful information about complex phenomena such as the economic situation, living conditions, schooling or others. Indicator systems are generally designed to generate more and more accurate information about the conditions of a phenomenon; and for this they are organized in dimensions or areas of analysis, under which the indicators are integrated.

Usage

get_indicators_systems(limit = 25, offset = 0)

Arguments

limit

(int): Results limit. By default “limit = 25“.

offset

(int): Displacement. Result from which it is returned. By default “offset = 0“.

Examples

get_indicators_systems()

istacr documentation built on Dec. 28, 2022, 2:01 a.m.