sim_inf10_bruf: Scrapes SIM's ICD-10 child mortality data from regions

Description Usage Arguments Value Author(s) See Also Examples

View source: R/sim_inf10_bruf.R

Description

This function allows the user to retrive data from SIM's ICD-10 database much in the same way that is done by the online portal. The argument options refer to child mortality data focused on focused on the regions and states.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
sim_inf10_bruf(linha = "Regi<c3><a3>o", coluna = "N<c3><a3>o ativa",
  conteudo = 1, periodo = "last", regiao = "all",
  unidade_da_federacao = "all", capitulo_cid10 = "all",
  categoria_cid10 = "all", lista_mort_cid10 = "all",
  causa_mal_definidas = "all", causas_evitaveis_0a4anos = "all",
  faixa_etaria_1 = "all", faixa_etaria_2 = "all", faixa_etaria_3 = "all",
  faixa_etaria_4 = "all", faixa_etaria_5 = "all",
  faixa_etaria_detalhada = "all", sexo = "all", cor_raca = "all",
  local_ocorrencia = "all", idade_mae = "all", escolaridade_mae = "all",
  duracao_gestacao = "all", tipo_gravidez = "all", tipo_parto = "all",
  peso_ao_nascer = "all", obito_relacao_parto = "all",
  obito_investigado = "all")

Arguments

linha

A character describing which element will be displayed in the rows of the data.frame. Defaults to "Munic<c3><ad>pio".

coluna

A character describing which element will be displayed in the columns of the data.frame. Defaults to "N<c3><a3>o ativa".

conteudo

A character of length = 1 with the state's acronym of interest.

periodo

A character vector describing the period of data. Defaults to the last available.

regiao

"all" or a numeric vector with the IBGE's region codes to filter the data. Defaults to "all".

unidade_da_federacao

"all" or a numeric vector with the IBGE's state codes to filter the data. Defaults to "all".

capitulo_cid10

"all" or a numeric vector with the ICD-10 chapter to filter the data. Defaults to "all".

categoria_cid10

"all" or a character vector with the ICD-10 category codes (capital letter and two numbers) to filter the data. Defaults to "all".

lista_mort_cid10

"all" or a character vector with the mortality type (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

causa_mal_definidas

"all" or a character vector with the ill-defined causes (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

causas_evitaveis_0a4anos

"all" or a character vector with the evitable cause code (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

faixa_etaria_1

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

faixa_etaria_2

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

faixa_etaria_3

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

faixa_etaria_4

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

faixa_etaria_5

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

faixa_etaria_detalhada

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

sexo

"all" or a character vector with the gender (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

cor_raca

"all" or a character vector with the color/race (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

local_ocorrencia

"all" or a character vector with the place of ocurrence to filter the data. Defaults to "all".

idade_mae

"all" or a character vector with the age range (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

escolaridade_mae

"all" or a character vector with the mother's instruction (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

duracao_gestacao

"all" or a character vector with the marital status of the mother (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

tipo_gravidez

"all" or a character vector with the type of pregnancy (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

tipo_parto

"all" or a character vector with the Parturition type (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

peso_ao_nascer

"all" or a character vector with the birth weight (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

obito_relacao_parto

"all" or a character vector with period of child mortality in relation to childbirth (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

obito_investigado

"all" or a character vector indicating if the death was investigated (written in the same way) or the number corresponding to the order of the option in the online layout to filter the data. Defaults to "all".

Value

The function returns a data frame printed by parameters input.

Author(s)

Renato Prado Siqueira <rpradosiqueira@gmail.com>

See Also

sim_evita10_mun

Examples

1
2
3
4
5
## Not run: 
## Requesting data from Midwest region
sim_inf10_bruf(regiao = 5)

## End(Not run)

rpradosiqueira/datasus documentation built on May 24, 2019, 7:17 a.m.