R/rs_highlight_row_duplicates.R
highlight_row_duplicates.Rd
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).
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())
(class document_context
)
Object with context of active RStudio document.