if (FALSE) { # requireNamespace("RSQLite", quietly = TRUE)
conn <- get_connection()
log_table <- id("test.logs", conn = conn, allow_table_only = TRUE)
create_logs_if_missing(conn, log_table)
close_connection(conn)
}
Run the code above in your browser using DataLab