jot_new_pad: Create new jot Notepad

View source: R/pad.R

jot_new_padR Documentation

Create new jot Notepad

Description

Create new jot Notepad

Usage

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

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

Arguments

pad

path to file to store new notepad.

title

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

Value

path to file, invisibly

Examples

tf <- tempfile()
jot_new_pad(tf)

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