powered by
Jot Down a Note
jot( note, name, overwrite = FALSE, user = get_jot_user(), time = get_sys_time(), pad = jot_active() )write_jot( note, name, overwrite = FALSE, user = get_jot_user(), time = get_sys_time(), pad = jot_active() )
write_jot( note, name, overwrite = FALSE, user = get_jot_user(), time = get_sys_time(), pad = jot_active() )
path to pad, invisibly
data to save. required.
character, name of data. required.
logical, default is FALSE. If a note of the same name exists, should it be overwritten?
name of user. default is get_jot_user().
get_jot_user()
system time. default is get_sys_time().
get_sys_time()
path to file of pad to write to. default is jot_active().
jot_active()
tf <- tempfile() jot_new_pad(tf) jot_activate(tf) jot(3, 'example')
Run the code above in your browser using DataLab