View source: R/database_backend.R
Load IDs Load Ids to a database, this should be run after all the data for a given group of Books has been completed. This table will be used to check the loaded data against what is unloaded
1 | load_ids(book_df, connection, table_name, db_schema)
|
book_df |
df containing the book information, get_books function will give you this data |
connection |
connection object initalized from get_sql_connection |
table_name |
the name of the table you want to load the book data into |
db_schema |
the schema where you want/have the table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.