jot_skim {jot}R Documentation

Read in all values from a jot notepad

Description

Read in all values from a jot notepad

Usage

jot_skim(pad = jot_active())

Arguments

pad

path to file to open

Value

value specified or list of all values

Examples

tf <- tempfile()
jot_new_pad(tf)
jot_activate(tf)
jot('ex_val', 'ex')
jot_skim()

[Package jot version 0.0.4 Index]