fetch_all: Retrieve All Indicators

View source: R/tabnet_df.R

fetch_allR Documentation

Retrieve All Indicators

Description

Retrieve a gathered data frame with ll indicators from a TABNET link, given a regionalization.

Usage

fetch_all(
  region = "Município",
  url = "http://portal.saude.sp.gov.br/links/matriz",
  timeout = 1
)

Arguments

region

String specifying desired regionalization. Defaults to "Município"

url

TABNET url, defaults to Sao Paulo TABNET.

timeout

Time for connection to expire, in seconds.

Value

Data frame with values from all indicators, from all available periods, regionalized.

Examples

## Not run: df <- fetch_all(region = "Região de Saúde")

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