knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package provides several useful techniques for Exploratory and Descriptive Analysis of event based data in R
.
For more information, check the manual on GitHub or the bupaR Documentation website.
You can install edeaR from CRAN with:
install.packages("edeaR")
You can install the development version of edeaR from GitHub with:
# install.packages("devtools") devtools::install_github("bupaverse/edeaR")
library(edeaR) library(eventdataR) # Calculate idle times per resource: patients %>% idle_time(level = "resource", units = "days")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.