Description Usage Arguments Value Examples
View source: R/health-parse-functions.R
Timestamps have to have the format of "2018-08-24; 17:40;"
1 | get_timestamp(dat_txt)
|
dat_txt |
Character vector that contains date, time, and one or more key-value pairs. |
Timestamp of type lubridate::Date
1 2 3 4 5 6 7 8 | get_timestamp("2018-08-24; 17:40;")
## Not run:
get_timestamp(dat_txt[1:2])
get_timestamp(dat_txt)
get_timestamp(remove_comments(dat_txt))
get_timestamp(dat_txt[409:414])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.