n_weekdays | R Documentation |
return the number of weekdays between two days, excluding weekends (obviously) and holidays (user defined)
n_weekdays(from, to, holidays)
from |
Date. Date to count from (inclusive) |
to |
Date. Date to count to (inclusive) |
holidays |
you can get this (for England) with
|
integer. Number of weekdays between two dates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.