show_special_day: show_special_day

View source: R/show_special_day.R

show_special_dayR Documentation

show_special_day

Description

Shows if a date is the first/last trading day of the week/month.

Usage

show_special_day(date_as_char)

Arguments

date_as_char

character, a date (inputted as a string) in YYYY-MM-DD format (%Y-%m-%d), Defaults to today's date

Value

A string indicating any of the three: EOM (end of month), SOM (start of month), EOW (end of week).


causality-loop/clhelpers documentation built on Aug. 31, 2022, 3:39 a.m.