Skip to contents

Insert new data into the PostgreSQL table

Usage

insert_new_data(.tidy_data, con)

Arguments

.tidy_data

A tidy tibble containing stock market data

con

A connection

Value

A message confirming the insertion or not of the records

Examples

if (FALSE) { # \dontrun{
message <- insert_new_data()
} # }