removeNote | R Documentation |
Remove a note added with addNote
removeNote(x, index)
x |
An AcousticStudy or AcousticEvent object |
index |
The index of the note to remove, order matches the output of getNotes |
For addNote
, the same data as x
, with notes added.
For getNotes
, a list of all notes present in x
Taiki Sakai taiki.sakai@noaa.gov
data(exStudy)
exStudy <- addNote(exStudy, to='study', label='Note1',
note='My first note for this study')
exStudy <- addNote(exStudy, to='event', evNum=1:2, label='Note2',
note='A note for the first two events')
exStudy
removeNote(exStudy, 1)
removeNote(exStudy, 2)
removeNote(exStudy, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.