write_table_to_aws: Writing to a table on aws

Description Usage Arguments

View source: R/fct_aws.R

Description

Writing to a table on aws

Usage

1
write_table_to_aws(dt, table_name, overwrite = TRUE, append = FALSE)

Arguments

dt

data.table, to be stored in aws database

table_name

name of the table, where we will store data

overwrite

passing a parameter for RMySQL::dbWriteTable; it is set TRUE as default

append

passing a parameter for RMySQL::dbWriteTable; it is set FALSE as default


piotrgruszecki/fd.dashboard documentation built on March 21, 2021, 6:16 p.m.