etl_update.etl_covid: Update Database in Single Step: Extract, Transform, + Load

Description Usage Arguments

View source: R/etl_update.R

Description

etl_update performs the etl_extract, etl_transform, and etl_load pipe in a single step. You must supply the db_con argument in order to load data into a specfied Postgresql database. You can also supply month, day, and year arguments to limit the extract, transform, and load of data for a specified time period

Usage

1
2
## S3 method for class 'etl_covid'
etl_update(obj, month, day, year, db_con, ...)

Arguments

obj

an etl object

month

numeric vector specifying month(s)

day

numeric vector specifying day(s)

year

numeric vector specifying year(s)

db_con

a conenction to a PostgreSQL database

...

arguments passed to methods


madisonvolpe/covid documentation built on May 15, 2020, 5:43 a.m.