add_note: Quickly record a note for future reference

Description Usage Arguments Value See Also Examples

View source: R/add_note.R

Description

Quickly record a note for future reference

Usage

1
add_note(note, name = "general", ext = "Rmd")

Arguments

note

The actual note in quotes

name

The name of the notes file that you want to create or add to. Default is "general"

ext

The file extension for the notes file. Default is "Rmd"

Value

Creates or adds to a file named name with contents note.

See Also

add_notes for capturing many notes from an R script.

Examples

1
2
add_note("Remember to tweak the tuning grid for the random forest model",
name = "random-forest")

averyrobbins1/sometools documentation built on Feb. 18, 2021, 5:08 p.m.