View source: R/show_special_day.R
show_special_day | R Documentation |
Shows if a date is the first/last trading day of the week/month.
show_special_day(date_as_char)
date_as_char |
character, a date (inputted as a string) in YYYY-MM-DD format (%Y-%m-%d), Defaults to today's date |
A string indicating any of the three: EOM (end of month), SOM (start of month), EOW (end of week).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.