Description Usage Arguments Value Examples
View source: R/count_workdays.R
Calculate total pay between two dates
1 | count_workdays(first, last)
|
first |
Atomic string. First pay date (yyyy-mm-dd). |
last |
Atomic string. Last pay date (yyyy-mm-dd). |
Atomic double.
1 2 3 | first <- "2021-05-28"
last <- "2021-06-27"
count_workdays(first = "2021-05-28", last = "2021-06-27")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.