TodoList-class: Reference Class to represent todo list

Description Fields Methods

Description

Reference Class to represent todo list

Fields

items

List of TodoItems

nitems

Number of items in list

File

Associated csv file for reading and writing operations.

autowrite

Logical, automatically write file upon modification? Defaults to TRUE.

Methods

add(text, write = autowrite)

Generate a new item to the todo list with the given text

add_item(newItem, write = autowrite)

Add a TodoItem object to the todo list

comment(ID, text, erase = FALSE, write = autowrite)

Add a comment to an item


markwh/todoList documentation built on May 21, 2019, 12:37 p.m.