create_crumb_table | R Documentation |
Create Empty Breadcrumb Database Table
create_crumb_table(con, year, fidelity = c("30", "1"))
con |
a DBIConnection object, as returned by |
year |
year of the table |
fidelity |
fidelty of the breadcrumbs (i.e., either 30 seconds or 1 second) |
name of the newly created database table
## Not run: con <- DBI::dbConnect( RMariaDB::MariaDB(), default.file = normalizePath("~./.my.cnf"), group = "spark.myftp.org" ) create_crumb_table(con, 2015) DBI::dbDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.