View source: R/parseTimeBlock.R
parseTimeBlock | R Documentation |
Function to parse a formatted time block.
parseTimeBlock(str, verbose = FALSE)
str |
- the time block (as text) to parse |
verbose |
- flag to print info |
The input time block should follow one of the following formats:
"1.23"
"100:110"
"[110:120]"
"[110:120; 130]"
"[110:120; 130:140]"
numeric vector with parsed time block
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.