Description Usage Arguments Details Value Note Author(s) See Also Examples
This function loads the territory data about the Brazilian federated units (UF).
1 | territory.load(english = TRUE)
|
english |
Logical. Set to true to translate column names to English. Otherwise the column names are loaded in portuguese. Default is true. |
Code Book:
state.code integer. Code (key) used by other DATASUS systems state character. Two digit UF code (official short name) state.name character. State name in uppercase region.code integer. 1=north, 2=northeast, 3=southeast, 4=south, 5=centerwest area integer. Area in square kilometers
a data.frame with Brazil's territory data
DATASUS is the name of the Department of Informatics of the Brazilian Unified Health System (SUS) and is resposible for publishing public healthcare data. Besides the DATASUS, the Brazilian National Agency for Supplementary Health (ANS) also uses this file format for its public data. The name DATASUS is also often used to represent the public datasets they provide.
Neither this project, nor its author, has any association with the brazilian government.
Daniela Petruzalek, daniela.petruzalek@gmail.com
1 | tb_uf <- territory.load()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.