jot_skim: Read in all values from a jot notepad

View source: R/read.R

jot_skimR 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()

jot documentation built on Aug. 27, 2022, 5:05 p.m.