powered by
Erase a Note
jot_erase(name, pad = jot_active())
path to pad, invisibly
character, name of note to erase. required.
path to file of pad to write to. default is jot_active().
jot_active()
tf <- tempfile() jot_new_pad(tf) jot(3, 'example') jot_erase('example')
Run the code above in your browser using DataLab