bike_train_dat | R Documentation |
Get Bike Training Data
bike_train_dat(con, split_date)
con |
db connection |
split_date |
date to split data (on or before is training, after is test) |
training dataset
con <- DBI::dbConnect(odbc::odbc(), "Content DB") bike_train_dat(con, "2019-12-05")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.