db_timestamp | R Documentation |
Determine the type of timestamps the database supports
db_timestamp(timestamp, conn = NULL)
timestamp |
( |
conn |
( |
The given timestamp converted to a SQL-backend dependent timestamp.
conn <- get_connection()
db_timestamp(Sys.time(), conn)
close_connection(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.