Reference Class to represent todo list
itemsList of TodoItems
nitemsNumber of items in list
FileAssociated csv file for reading and writing operations.
autowriteLogical, automatically write file upon modification? Defaults to TRUE.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.