View source: R/tabnet_csv_retrieval.R
tabnet_csv_retrieval | R Documentation |
Retrieve the indicator data from its url and parameters.
tabnet_csv_retrieval(
post_url,
body,
colname = "Região",
ind_name = "Valor",
skip = 3,
stopDelta = 7,
timeout = 4
)
post_url |
Indicator POST url. |
body |
Request body containing required information. |
colname |
The specified region name, like city. |
skip |
Numeric interval from which the .csv will start to be read. |
stopDelta |
Numeric interval from which the .csv reading will stop. |
timeout |
Maximum time interval POST request should take. |
Data frame containing data from the indicator specified by the url.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.