rs_enclose_all_with_lines {spAddins} | R Documentation |
Enclose selected rows with lines above and below:
rs_enclose_all_with_lines()
- all selected rows;
rs_enclose_first_row_with_lines()
- the first selected row only.
rs_enclose_all_with_lines(above = NA, below = NA)
rs_enclose_first_row_with_lines(above = NA, below = NA)
above |
(character) Text to be inserted in the row above the selection. |
below |
(character) Text to be inserted in the row below the selection (or the first row). |