read_datasus: Read data from a DATASUS source (SINASC/SIM)

Description Usage Arguments Examples

Description

Read data from a DATASUS source (SINASC/SIM)

Usage

1

Arguments

path

a path to a dbf, dbc, or csv file

Examples

1
2
3
4
5
6
7
## Not run: 
fin <- "ftp://ftp.datasus.gov.br/dissemin/publicos/SINASC/NOV/DNRES/DNRO2013.DBC"
fout <- tempfile(fileext = ".DBC")
download.file(fin, destfile = fout)
d <- read_datasus(fout)

## End(Not run)

ki-tools/cidacsdict documentation built on May 12, 2019, 10:51 a.m.