Sometimes interactive exploration of running different statements is a
great way to understand what is happening with your code or data.
note
is a quick way to annote your results in the history file so you
can record what worked or did not work or a question that needs further
research.
note(txt = "Previous command worked")
"Previous command worked"
.The character string returned by timestamp
.
note("Plot labels have wrong color - try explicit aes() for geom_dl")
would create a history file entry similar to:
<<<<< Notes to myself >>>>> 12-May-2016 (Thu) 08:07 @ /Users/examples Plot labels have wrong color - try explicit aes() for geom_dl <<<<< Notes to myself >>>>>
note() note("Calculation matched reference data!")