Description Usage Arguments Details Value Note Author(s) See Also Examples
cnes.lt
returns a data.frame with a subset of the Beds (LT) dataset
1 | cnes.lt(years, months, states, language = datasus.lang())
|
years |
numeric; one or more years to select the target data to be read |
months |
numeric; one or more months to select the target data to be read |
states |
character; one or more state (UF) representing the location of the data to be read, or 'ALL' if you want to read data from all states (UFs) at the same time. |
language |
character; column names in Portuguese ("pt") or English ("en"). Default is "en". |
This system contains data divided in the following categories:
LT: Beds (from Oct 2005)
ST: Establishments (from Aug 2005)
DC: Complimentary Data (from Aug 2005)
EQ: Equipments (from Aug 2005)
SR: Specialized Services (from Aug 2005)
HB: License (from Mar 2007)
PF: Practitioner (from Ago 2005)
EP: Teams (from Apr 2007)
RC: Contractual Rules (from Mar 2007)
IN: Incentives (from Nov 2007)
EE: Teaching Establishments (from Mar 2007)
EF: Philanthropic Establishment (from Mar 2007)
GM: Management and Goals (from Jun 2007)
The cnes.*
functions are provided for each available subsystem, for example, cnes.lt
, cnes.gm
and so on.
a data.frame with Brazil's health establishment 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 | pr201001 <- cnes.lt(2010, 'jan', 'PR')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.