jot_read | R Documentation |
Read a jot notepad
jot_read(name, pad = jot_active())
read_jot(name, pad = jot_active())
name |
name of noteto read |
pad |
path to file to open |
value specified or all values
tf <- tempfile()
jot_new_pad(tf)
jot_activate(tf)
jot(note = 'ex_note', name = 'ex_name')
jot_read()
jot_read('ex_name')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.