Helper function to save review in database. All old data will not be changed.
New rows with the new/updated review data will be added to the applicable
database tables.
Usage
db_save_review(rv_records, db_path, table = "all_review_data")
Arguments
- rv_records
A data frame containing the rows of data that needs to be
checked.
- db_path
Character vector. Path to the database.
- table
Character vector. Names of the table within the database to
save the review in.
Value
Review information will be written in the database. No local objects
will be returned.