forked from rpradosiqueira/datasus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 949 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: datasus
Type: Package
Title: An Interface to DATASUS System
Version: 0.4.0
Authors@R: person("Renato", "Prado Siqueira", email = "[email protected]", role = c("aut", "cre"))
Description: It allows the user to retrieve the data from the systems of
DATASUS (SUS IT department related to the Brazilian Ministry of Health,
see <http://datasus.saude.gov.br/informacoes-de-saude/tabnet/> for more
information) much in the same way that is done in the online portal.
For now the package allows access to the SINASC and SIM's (ICD-10)
systems, that is, the 'Estatísticas Vitais'.
License: GPL-3
Encoding: UTF-8
URL: http://github.com/rpradosiqueira/datasus
BugReports: http://github.com/rpradosiqueira/datasus/issues
Imports:
dplyr,
httr,
magrittr,
RCurl,
readr,
rvest,
stringi,
stringr,
xml2
LazyData: true
RoxygenNote: 6.1.0
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr