if (FALSE) { # requireNamespace("RSQLite", quietly = TRUE)
conn <- get_connection()
dplyr::copy_to(conn, mtcars, name = "mtcars", temporary = FALSE)
get_table(conn)
if (table_exists(conn, "mtcars")) {
get_table(conn, "mtcars")
}
close_connection(conn)
}
Run the code above in your browser using DataLab