View source: R/database_backend.R
Load Book Status Load the status of the books into the database, designed use is from the book_status function. This checks if a table is created and will compare the loaded data against what was pulled from the API
1 2 3 4 5 6 7 | load_book_status_data(
book_df,
connection,
table_name,
db_schema,
return_unloaded_books_df = F
)
|
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.