Learn R Programming

jot (version 0.0.5)

jot_erase: Erase a Note

Description

Erase a Note

Usage

jot_erase(name, pad = jot_active())

Value

path to pad, invisibly

Arguments

name

character, name of note to erase. required.

pad

path to file of pad to write to. default is jot_active().

Examples

Run this code
tf <- tempfile()
jot_new_pad(tf)
jot(3, 'example')
jot_erase('example')

Run the code above in your browser using DataLab