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

gpCallLog

The goal of gpCallLog is to share anonymised data pertaining to the incoming calls for a rural Irish GP practise.

Installation

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

# install.packages("devtools")
devtools::install_github("jpmeagher/gpCallLog")

Example

Accessing the data is straightforward:

library(gpCallLog)
head(inbound_calls_2021)


jpmeagher/gpCallLog documentation built on March 23, 2022, 12:09 a.m.