write_db | R Documentation |
write_db
write_db( con, d, time, table_data = "runoff_hourly", table_info = "timeinfo", log = TRUE, check_time = TRUE, overwrite = FALSE, append = TRUE, mink = 10 ) write_db_char(con, file, overwrite = FALSE, append = TRUE, mink = 10) write_db_batch(dbname = "chinawater.db", files, overwrite = TRUE) read_db(dbname, tables = NULL)
con |
SQLite connection returned by |
d |
data.frame or data.table object. |
time |
POSIXct or time character, e.g. "1998-01-01 01:00:00" |
mink |
minimum records |
# write_db_batch("chinawater.db", files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.