You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two new arguments have been added to `Calendar` function: `adjust.from` and `adjust.to`.
These arguments are used as filters for `bizdays` arguments `from` and `to`.
The default setting is `adjust.from=adjust.next` and `adjust.to=adjust.previous` and that reproduces the Excel's behavior.
The original issue was to implement these arguments directly in `bizdays` function, but implementing it in `Calendar` reinforces its portability.
#9
No description provided.
The text was updated successfully, but these errors were encountered: