View source: R/file_operations.R
| load_tasks | R Documentation | 
This function loads tasks from a file provided. This file typically is
the todo.txt file but can also be a done.txt file.
load_tasks(f)
f | 
 An absolute path to a todo.txt file (string).  | 
A tibble with the tasks loaded from file with variables as
specified in parse_prefixes().
Paul Lemmens (paul.lemmens@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.