Builds timestamped datasets based on contributions, ticket sales, address changes, inventory for historical and predictive analysis.
-
address_stream
- customer address cleaning plus appends from US Census and iWave -
benefit_stream
- discounting and other benefits -
contribution_stream
- donations and other contributions -
email_stream
- email sends, opens, and clicks -
inventory_stream
- number of tickets available for sale and hold code analysis -
membership_stream
- membership starts, ends, and value -
ticket_future_stream
- prediction of future ticket purchases based on inventory and past buying -
ticket_stream
- ticket purchases including discounting information -
stream
- union ofaddress_stream
,contribution_stream
,email_stream
,membership_stream
,ticket_future_stream
, andticket_stream
for analysis.
You can install the development version of tessistream from GitHub with:
# install.packages("devtools")
devtools::install_github("skysyzygy/tessistream")
# to install libpostal, run in the RStudio terminal:
scripts/install_libpostal.sh
library(tessistream)
## basic example code