Skip to contents

Writing a set of tasks to file comprises writing all entries in the task variable in a tibble produced by parse_tasks().

Usage

write_tasks(tasks, todo_file)

Arguments

tasks

A vector of strings representing tasks following the todo.txt convention by Gina Trapani.

Author

Paul Lemmens (paul.lemmens@gmail.com)