highlight_row_duplicates: Highlight duplicates of selected rows.

highlight_row_duplicatesR Documentation

Highlight duplicates of selected rows.

Description

Functions that highlight duplicates of selected lines:

  • rs_highlight_first_row_duplicates() duplicates of the first selected row (the first row gets deselected);

  • rs_highlight_row_duplicates() duplicates of any selected row (except the first occurrence);

  • rs_highlight_row_duplicates_all() duplicates of any selected row (including the first occurrence).

Usage

rs_highlight_first_row_duplicates(context = rs_get_context())

rs_highlight_row_duplicates_all(context = rs_get_context())

rs_highlight_row_duplicates(context = rs_get_context())

Arguments

context

(class document_context)
Object with context of active RStudio document.


GegznaV/addins.rs documentation built on May 5, 2023, 11:12 p.m.