first_day_month: find first day of month

Description Usage Arguments Value Examples

Description

first_day_month creates a data.frame with the first day of the month to be used in the tidy data process. The first day of the month is used as a trade entry criteria in options.shiny and options.studies.

Usage

1
first_day_month(start_yr, end_yr)

Arguments

start_yr

Numeric year to begin calendar

end_yr

Numeric year to end calendar

Value

data.frame monthly in the years passed to function saved as "data/monthly.RData".

Examples

1
monthly <- monthly(2010, 2020)

themechanicalbear/options.data documentation built on May 31, 2019, 9:48 a.m.