addNote: Add a note to an existing RData file

View source: R/addFindNotes.R

addNoteR 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 digitizeRadii (in the current directory) to which the note should be added.

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, derek@derekogle.com

Examples

## See the link to the extensive documentation in the Details.


RFishBC documentation built on Aug. 29, 2023, 9:06 a.m.

Related to addNote in RFishBC...