powered by
jot_open() and jot_activate() opens an existing notepad and sets it to active.
jot_open()
jot_activate()
jot_current() and jot_active() return the path to the current notepad.
jot_current()
jot_active()
jot_close() and jot_deactivate() closes the open notepad, if there is one.
jot_close()
jot_deactivate()
jot_open(pad)jot_activate(pad)jot_active()jot_current()jot_close()jot_deactivate()
jot_activate(pad)
path to pad, invisibly
path to file to open
tf <- tempfile() jot_new_pad(tf) jot_open(tf) jot_active() jot_current() jot_close() jot_active()
Run the code above in your browser using DataLab