sqlite_master_to_df | R Documentation |
This is a wrapper to query sqlite_master from the sqlite database.
sqlite_master_to_df(conn, temp = FALSE)
conn |
An object of class |
temp |
Should |
A dataframe with type, name, tbl_name and sql statement from sqlite_master.
conn <- connect_to_db(db_example("AcademicGraph.sqlite"))
dplyr::glimpse(sqlite_master_to_df(conn))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.