bike_test_dat | R Documentation |
Get bike test data
bike_test_dat(con, split_date)
con |
db connection |
split_date |
date to split data (on or before is training, after is test) |
test bike data
con <- DBI::dbConnect(odbc::odbc(), "Content DB") bike_test_dat(con, Sys.Date() - 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.