View source: R/get_annc_dates.R
| get_annc_dates | R Documentation | 
Produce a table mapping announcements to trading dates.
See vignette("wrds-conn", package = "farr") for more on using this function.
get_annc_dates(conn)
| conn | connection to a PostgreSQL database | 
tbl_df
## Not run:
## Not run: 
library(DBI)
library(dplyr, warn.conflicts = FALSE)
library(RPostgres)
pg <- dbConnect(Postgres())
get_annc_dates(pg)
## End(Not run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.