tessireport is a set of scripts for prediction and auditing Tessitura, using data queried and cached by tessilake and processed by tessistream.
Installation
You can install the latest version from GitHub with:
# install.packages("devtools")
devtools::install_github("brooklynacademyofmusic/tessireport")
Example
To run a simple SQL report…
library(tessireport)
run(sql_report, query = "select * from my_table",
subject = "This is my table",
emails = "me@me.com")