cnes.lt: Provides Access to the Beds Dataset from the National...

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/cnes.lt.R

Description

cnes.lt returns a data.frame with a subset of the Beds (LT) dataset

Usage

1
cnes.lt(years, months, states, language = datasus.lang())

Arguments

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".

Details

This system contains data divided in the following categories:

The cnes.* functions are provided for each available subsystem, for example, cnes.lt, cnes.gm and so on.

Value

a data.frame with Brazil's health establishment data

Note

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.

Author(s)

Daniela Petruzalek, daniela.petruzalek@gmail.com

See Also

datasus.init read.dbc

Examples

1
pr201001 <- cnes.lt(2010, 'jan', 'PR')

danicat/datasus documentation built on Feb. 8, 2020, 1:18 p.m.