| sidra_collect | R Documentation |
Executes queries sequentially, checks that every batch has the same column names and types, and combines the rows without sorting or deduplicating them. Parallel requests are intentionally not used.
sidra_collect(x, value_type = NULL, provenance = FALSE)
x |
A |
value_type |
Optional value representation overriding the preference
stored in each query: |
provenance |
Logical. Attach URLs, access time, package version, and
batch count as a |
A base data.frame(). When provenance = TRUE, its
sidrar_provenance attribute can be read with sidra_provenance().
sidra_query(), sidra_split(), sidra_provenance()
## Not run:
query <- sidra_query(
7060,
variable = 63,
period = as.character(202401:202406),
geo = "Brazil",
classific = "c315",
category = list(7169)
)
sidra_collect(sidra_split(query, "period", size = 3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.