epiCleanr

CRAN status R build status CodeFactor codecov

Description

This package offers a tidy solution for epidemiological data. It houses a range of functions for epidemiologists and public health data wizards for data management and cleaning. For more details on how to use this package, visit the epiCleanr website.

Installation

The package is available on Cran and can be installed in the following way:

install.packages("epiCleanr")
library("epiCleanr")

Or install the development version from GitHub:

# If you haven't installed the 'devtools' package, run:
# install.packages("devtools")
devtools::install_github("truenomad/epiCleanr")

Load the package:

library(epiCleanr)

Quick Workflow Overview

epiCleanr could be used as a helper package for end-to-end epidemiological data management, offering functionalities ranging from data importation and quality assessment to cleaning and exporting files. Below are some of the workflow steps this package streamlines:

Import Data

Utilise import() to seamlessly read data from a wide array of file formats, from CSV to Excel to JSON, all within one function.

Data Quality Checks

Data Cleaning

Data Export

Finally, use export() to save your cleaned data back into multiple file formats, be it CSV, Excel, or other specialized formats.