load_ids: Load IDs Load Ids to a database, this should be run after all...

Description Usage Arguments

View source: R/database_backend.R

Description

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

Usage

1
load_ids(book_df, connection, table_name, db_schema)

Arguments

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


atroiano/ocrolusR documentation built on Dec. 31, 2020, 7:53 p.m.