Parse Priority, Creation And Completed Dates
parse_prefixes.Rd
Parsing a task's priority, creation and due date actually combines elements that should be handled separately. However, the grep pattern that is used is quite useful and more difficult to strip into components. Additionally, these components are all prefixed before the actual task so it is sensible to combine parsing in one go.
Value
A tibble with variables for creation date, completion date, and priority of a task. The tibble also contains the (original) task (as on file) and a "cleaned" version without aforementioned attributes.