Learn R Programming

spAddins (version 0.2.0)

rs_enclose_all_with_lines: Enclose selection with lines

Description

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.

Usage

rs_enclose_all_with_lines(above = NA, below = NA)

rs_enclose_first_row_with_lines(above = NA, below = NA)

Arguments

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).