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

edeaR

CRAN_Status_Badge GitHub version R-CMD-check Codecov test coverage Lifecycle: stable

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.

Installation

You can install edeaR from CRAN with:

install.packages("edeaR")

Development Version

You can install the development version of edeaR from GitHub with:

# install.packages("devtools")
devtools::install_github("bupaverse/edeaR")

Example

library(edeaR)
library(eventdataR)

# Calculate idle times per resource:
patients %>%
  idle_time(level = "resource", units = "days")


bupaverse/edeaR documentation built on Dec. 3, 2024, 8:31 a.m.