get_annc_dates {farr} | R Documentation |
Produce a table mapping announcements to trading dates
Description
Produce a table mapping announcements to trading dates.
See vignette("wrds-conn", package = "farr")
for more on using this function.
Usage
get_annc_dates(conn)
Arguments
conn |
connection to a PostgreSQL database |
Value
tbl_df
Examples
## 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)
[Package farr version 0.3.0 Index]