View source: R/consultation_report.R
report | R Documentation |
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.
report(file)
file |
a CSV file exported from the LibInsight dataset "5 - RDS+SNE Consultations & Collaborations" |
an HTML report in the current working directory. The Rmd file is in the package inst folder under the rmd subdirectory.
## Not run:
report("dataset-17737-20211214162235.csv")
# statlab_consultations_report.html output to working directory.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.