get_annc_dates: Produce a table mapping announcements to trading dates

View source: R/get_annc_dates.R

get_annc_datesR 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)

farr documentation built on Feb. 16, 2023, 8:11 p.m.