Create new tables if they don't exist
1 2 3 4 5 | db_create_tables(
con,
tables = c("plantas", "siembras", "germinaciones", "hojas", "cosechas", "valores"),
fill = FALSE
)
|
con |
connection to database, as returned by |
tables |
character vector indicating the name of the tables to create ("plantas", "siembras", "germinaciones", "hojas", "cosechas", and "valores" by default))) |
fill |
logical values indicating whether values should be filled in using db_fill_tables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.