Learn R Programming

farr (version 0.2.39)

get_annc_dates: 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)

Value

tbl_df

Arguments

conn

connection to a PostgreSQL database

Examples

Run this code
## 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