knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rhealthdiag

The goal of rhealthdiag is a package developed in the department of prevention and control of diseases transmitted by vector of the Secretary of Health of Veracruz and with colaboration of the federal level.

overview

rhealthdiag is a package designed to generate a health diagnosis of the mortality of a state, municipality or locality using data from the INEGI. The package contain the mortality of Puebla state (with the updates we add all states) and the functions for generate the tables, static and interactive maps.

Datasets

Functions

Installation

You can install the released version of healthdiagr from CRAN with:

#install.packages("rhealthdiag")

Development version

To get a bug fix, or use a feature from the development version, you can install boldenr from GitHub.

# install.packages("remotes")
remotes::install_github("fdzul/rhealthdiag")

or

# install.packages("devtools")
devtools::install_github("fdzul/rhealthdiag")

Example

This is a basic example which shows you how load the mortality dataset in R:

library(rhealthdiag)
head(rhealthdiag::mortalidad_general_21)

Authors

1) denhotspots. 2) boldenr. 3) dendata. 4) deneggs. 5) rgeomex. 6) covid19mx.

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Inspiration

The package was inspired by the need to contribute to generate health diagnoses at the state, municipality and local level.

Getting help

If you encounter a clear bug, please file a minimal reproducible example on github. For questions and other discussion, please feel free to contact me (felipe.dzul.m@gmail.com)


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



fdzul/rhealthdiag documentation built on Jan. 29, 2024, 6:33 p.m.