find_weekday | R Documentation |
m2c2R
find_weekday(wday = "sun", days = 1, weekstart = "sun")
wday |
Abbreviation for starting day ("sun", "mon", "tues", "wed", "thurs", "fri", "sat") |
days |
Number of days to increment |
weekstart |
Day considered as the start of the week (either Sunday or Monday) |
This function takes a day of the week and a number of days to increment as input and returns the name of the weekday that is n days after the wday provided.
Returns the name of the weekday that is n days after the wday provided.
Nelson Roque, Nelson.Roque@ucf.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.