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.
coded_consults_query
is one such function that fixes this issue.coded_consults_trend_plt
, coded_consults_top_plt
are some functions that render plots easily and in expected fashion.This vignette includes a brief case study on getting data on and plotting out coded consults.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.