powered by
Read a jot notepad
jot_read(name, pad = jot_active())read_jot(name, pad = jot_active())
read_jot(name, pad = jot_active())
value specified or all values
name of noteto read
path to file to open
tf <- tempfile() jot_new_pad(tf) jot_activate(tf) jot(note = 'ex_note', name = 'ex_name') jot_read() jot_read('ex_name')
Run the code above in your browser using DataLab