powered by
List out names of values in a jot notepad
jot_list(pad = jot_active())
vlist of names of values in notepad
path to notepad to open
tf <- tempfile() jot_new_pad(tf) jot_activate(tf) jot('ex_val', 'ex') jot_list()
Run the code above in your browser using DataLab