addNote {RFishBC} | R Documentation |
Add a note to an existing RData file
Description
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.
Usage
addNote(nms, note)
Arguments
nms |
A string that indicates the R data file created with |
note |
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. |
Details
A detailed description of its use is in the "Other Features" vignette on the RFishBC website.
Value
None, but the note
object in the R Data file(s) given in nms
will be modified.
Author(s)
Derek H. Ogle, DerekOgle51@gmail.com
Examples
## See the link to the extensive documentation in the Details.
[Package RFishBC version 0.2.7 Index]