cl_remind: Create a Reminder File for a Checklist

Description Usage Arguments Examples

View source: R/checklist_external_functions.R

Description

This function creates a .txt file that will attempt to show up in your project/working directory, as well as the editor in RStudio. The primary inspiration for this function was to provide an added file that would show up in a git diff to prevent commits prior to completing all expected work.

Usage

1

Arguments

cl

A checklist object

Examples

1
2
3
4
5
6
# remind at the time of creation
my_reminding_checklist <- cl_create(remind = TRUE)

# or make the file afterwards
my_basic_checklist <- cl_create()
cl_remind(my_basic_checklist)

geoffwlamb/checklist documentation built on May 17, 2019, 2:59 p.m.