This function allows the replacement of an entire line in table notes. The line which is replaced is matched by a regular expression or identified directly with the integer position in the notes vector to replace.
Arguments
- x
an stobject.
- where
a regular expression for finding a line in table notes to replace; alternatively, this can be an integer specifying the line to replace.
- replacement
the replacement text for line matching by
where.- fixed
passed to
grep()whenwhereis character.
