powered by
Produce a table mapping announcements to trading dates.
get_annc_dates(conn)
tbl_df
connection to a PostgreSQL or DuckDB database
## Not run: if (FALSE) { library(DBI) library(dplyr, warn.conflicts = FALSE) library(RPostgres) pg <- dbConnect(Postgres()) get_annc_dates(pg) } ## End(Not run)
Run the code above in your browser using DataLab