inst/update_db.R

library(CarCards)
source('inst/config/config.R')

cards = download_data_gs(gsheet_url)
upload_data_sql(cards, dbname, host, username, password, newdb = FALSE)
PTalarek/CarCards documentation built on Jan. 12, 2021, 1:26 p.m.