Extract Statuses from a Given String
Usage
parse_statuses(string, status_format)
Arguments
- string
the text string containing the statuses to be extracted
- status_format
the data.frame containing the information about statuses: columns task
and signoff
to pass to the output, and a column pattern
containing the regex pattern to extract the status
Value
a data.frame with the task
and signoff
columns from the status_format
param, and status
containing the extracted status