sim_evita10_uf: Scrapes SIM's ICD-10 evitable causes data from ufs

Description Usage Arguments Value Author(s) See Also Examples

View source: R/sim_evita10_uf.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 evitable causes in 0-4 age group data from the states unities.

Usage

1
2
3
4
5
6
7
sim_evita10_uf(uf, linha = "Munic<c3><ad>pio", coluna = "N<c3><a3>o ativa",
  conteudo = 1, periodo = "last", municipio = "all", cir = "all",
  macrorregiao_de_saude = "all", divisao_admnist_estadual = "all",
  microrregiao_ibge = "all", ride = "all", causas_evitaveis = "all",
  capitulo_cid10 = "all", categoria_cid10 = "all", faixa_etaria = "all",
  sexo = "all", cor_raca = "all", escolaridade = "all", estado_civil = "all",
  local_ocorrencia = "all")

Arguments

uf

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

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.

municipio

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

cir

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

macrorregiao_de_saude

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

divisao_admnist_estadual

"all" or a numeric vector with the State administrative division's codes to filter the data. Defaults to "all".

microrregiao_ibge

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

ride

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

causas_evitaveis

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

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

faixa_etaria

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

escolaridade

"all" or a character vector with the 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".

estado_civil

"all" or a character vector with the marital status (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".

Value

The function returns a data frame printed by parameters input.

Author(s)

Renato Prado Siqueira <rpradosiqueira@gmail.com>

See Also

sim_obt10_mun

Examples

1
2
3
4
5
## Not run: 
## Requesting data from the state of Mato Grosso do Sul
sim_evita10_uf(uf = "ms")

## End(Not run)

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