Learn R Programming

jot (version 0.0.5)

jot_new_pad: Create new jot Notepad

Description

Create new jot Notepad

Usage

jot_new_pad(pad = ".jot.yaml", title)

jot_new(pad = ".jot.yaml", title)

Value

path to file, invisibly

Arguments

pad

path to file to store new notepad.

title

what to call the notepad. If not supplied, uses the name of the file.

Examples

Run this code
tf <- tempfile()
jot_new_pad(tf)

Run the code above in your browser using DataLab