jot_lock | R Documentation |
jot_lock()
locks a notepad so that jot
will not write to it.
jot_unlock()
unlocks a notepad so that jot
can write to it.
jot_lock(pad = jot_active())
jot_unlock(pad = jot_active())
pad |
path to file to open |
path to pad, invisibly
tf <- tempfile()
jot_new_pad(tf)
jot_activate(tf)
jot_lock()
jot_unlock()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.