List out names of values in a jot notepad
Usage
jot_list(pad = jot_active())
Examples
tf <- tempfile()
jot_new_pad(tf)
jot_activate(tf)
jot('ex_val', 'ex')
jot_list()
#> [1] "ex"
List out names of values in a jot notepad
jot_list(pad = jot_active())
tf <- tempfile()
jot_new_pad(tf)
jot_activate(tf)
jot('ex_val', 'ex')
jot_list()
#> [1] "ex"