report: Generate quick report of StatLab consultation statistics

View source: R/consultation_report.R

reportR Documentation

Generate quick report of StatLab consultation statistics

Description

report() takes a CSV file exported from LibInsight dataset "5 - RDS+SNE Consultations & Collaborations" and creates a quick HTML report of various consultation statistics in the current working directory. The Rmd file requires the lubridate package be installed.

Usage

report(file)

Arguments

file

a CSV file exported from the LibInsight dataset "5 - RDS+SNE Consultations & Collaborations"

Value

an HTML report in the current working directory. The Rmd file is in the package inst folder under the rmd subdirectory.

Examples

## Not run: 
report("dataset-17737-20211214162235.csv")
# statlab_consultations_report.html output to working directory.

## End(Not run)

uvastatlab/uvastatlab documentation built on Dec. 24, 2024, 10:37 p.m.