fetch_all | R Documentation |
Retrieve a gathered data frame with ll indicators from a TABNET link, given a regionalization.
fetch_all(
region = "Município",
url = "http://portal.saude.sp.gov.br/links/matriz",
timeout = 1
)
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. |
Data frame with values from all indicators, from all available periods, regionalized.
## Not run: df <- fetch_all(region = "Região de Saúde")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.