View source: R/join_controller.R
example_employee_date | R Documentation |
Build some example tables (requires DBI).
example_employee_date(con)
con |
db connection |
example tables
if (requireNamespace("DBI", quietly = TRUE) && requireNamespace("RSQLite", quietly = TRUE)) {
my_db <- DBI::dbConnect(RSQLite::SQLite(), ":memory:")
example_employee_date(my_db)
DBI::dbDisconnect(my_db)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.