knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.width = 8,
  fig.height = 4.5,
  fig.align = 'center',
  out.width = '95%',
  dpi = 100
)

LICHospitalR: A toolkit for working with hospital data in R

The data landscape at the hospital is vast, deep, and complex causing many inconsistencies in data attributes and formats ultimately making it difficult to analyze.

The LICHospitalR package provides tools that solve these issues.

This vignette includes a brief case study on getting data on and plotting out coded consults.

Prerequisites

To get started with LICHospitalR you need to install the library from is source or binary file.

Once it is installed you can call the library from within R like so:

library(LICHospitalR)


spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.