parseTimeBlock: Parse a formatted time block

View source: R/parseTimeBlock.R

parseTimeBlockR Documentation

Parse a formatted time block

Description

Function to parse a formatted time block.

Usage

parseTimeBlock(str, verbose = FALSE)

Arguments

str

- the time block (as text) to parse

verbose

- flag to print info

Details

The input time block should follow one of the following formats: "1.23" "100:110" "[110:120]" "[110:120; 130]" "[110:120; 130:140]"

Value

numeric vector with parsed time block


wStockhausen/rTCtoGmacs documentation built on March 20, 2022, 1 a.m.