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
1 2 | ## S3 method for class 'etl_covid'
etl_update(obj, month, day, year, db_con, ...)
|
obj |
an |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.