Skip to contents

This function loads tasks from a file provided. This file typically is the todo.txt file but can also be a done.txt file.

Usage

load_tasks(f)

Arguments

f

An absolute path to a todo.txt file (string).

Value

A tibble with the tasks loaded from file with variables as specified in parse_prefixes().

Author

Paul Lemmens (paul.lemmens@gmail.com)