split_date_range | R Documentation |
Split dates that are in the form of start_date - end_date.
split_date_range(s)
s |
A character vector representing the combined date. |
Two character vectors representing the first and second date, respectively.
## Not run:
split_date_range("2024_01_01 - 2024_01_02")
[,1] [,2]
[1,] "2024_01_01 " " 2024_01_02"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.