View source: R/create_logs_if_missing.R
create_logs_if_missing | R Documentation |
Create a table with the SCDB log structure if it does not exists
create_logs_if_missing(conn, log_table)
conn |
( |
log_table |
( |
Invisibly returns the generated (or existing) log table.
conn <- get_connection()
log_table <- id("test.logs", conn = conn, allow_table_only = TRUE)
create_logs_if_missing(conn, log_table)
close_connection(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.