tabnet_df: Retrieve TABNET data from Indicator Index (deprecated)

View source: R/tabnet_df.R

tabnet_dfR Documentation

Retrieve TABNET data from Indicator Index (deprecated)

Description

Retrieve a dataframe with indicator data, per region, per year. Deprecated, @seealso [indicator_df()]

Usage

tabnet_df(
  indicator_index,
  region = "MunicĂ­pio",
  subindicator = NULL,
  years = NULL,
  onlyMostRecent = FALSE
)

Arguments

indicator_index

Indicator index number, @seealso [tabnet_index()].

region

String describing how should data be regionalized.

subindicator

Among the indicator, which subindicator should be used? Defaults to the last index.

years

Retrieve data from one or more specific years?

onlyMostRecent

Boolean. If true, will retrieve only data from the most recent year informed.

Value

Regionalized data frame from selected indicator

See Also

[indicator_df()]

[tabnet_csv_retrieval()]


joaohmorais/rtabnetsp documentation built on July 16, 2024, 12:39 p.m.