load_tasks: Open A File With Tasks

View source: R/file_operations.R

load_tasksR Documentation

Open A File With Tasks

Description

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(s)

Paul Lemmens (paul.lemmens@gmail.com)


paullemmens/todoRtxt documentation built on May 19, 2023, 3:21 p.m.