jot_new_pad {jot} | R Documentation |
Create new jot Notepad
jot_new_pad(pad = ".jot.yaml", title)
jot_new(pad = ".jot.yaml", title)
pad |
path to file to store new notepad. |
title |
what to call the notepad. If not supplied, uses the name of the file. |
path to file, invisibly
tf <- tempfile()
jot_new_pad(tf)