GetRosstat: Download data from Rosstat Regional Statistics

Description Usage Arguments Value Author(s) Examples

Description

Download data based on indicator and aggregation level from Rosstat Regional Statistics

Usage

1
2
  GetRosstat(indicator = "mortality_rate",
    level = "federal_district")

Arguments

indicator

Character string. Select indicator from the indicator column of data frame returned by function RosstatIndicator. More than one indicator is NOT allowed.

level

Character string. Defines the administrative level of aggregation

  • federal at the federal level

  • federal_district at the federal district level (8 regions)

  • region at the regional level (83 regions)

More than one level is NOT allowed.

Value

data frame with 7 columns

Author(s)

Markus Kainu <markuskainu(at)gmail.com>

Examples

1
# dat <- GetRosstat("life_expectancy_men","federal_district")

rOpenGov/rustfare documentation built on May 26, 2019, 8:50 p.m.