View source: R/cluster_functions.R
| get_test_dates | R Documentation |
Function to generate test dates given an end date and test length
get_test_dates(end_date, test_length)
end_date |
End date of the test interval |
test_length |
(integer) length of the test interval in days |
vector of dates
get_test_dates(
end_date = "2025-01-01",
test_length = 10
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.