Use this to add a note to a saved R data file that was created with digitizeRadii
. Can be used to flag the reading for some reason.
addNote(nms, note)
A string that indicates the R data file created with digitizeRadii
(in the current directory) to which the note should be added.
The note (as a string) to be added to the R data file. If missing the user will be provided a dialog box in which to enter the note.
None, but the note
object in the R Data file(s) given in nms
will be modified.
A detailed description of its use is in the "Other Features" vignette on the RFishBC website.
## See the link to the extensive documentation in the Details.