Learn R Programming

jot (version 0.0.5)

jot_skim: Read in all values from a jot notepad

Description

Read in all values from a jot notepad

Usage

jot_skim(pad = jot_active())

Value

value specified or list of all values

Arguments

pad

path to file to open

Examples

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

Run the code above in your browser using DataLab