Get index of the first/last row/column in the selection.

rs_get_ind_first_selected_col(context = get_context())

rs_get_ind_last_selected_col(context = get_context())

rs_get_ind_first_selected_row(context = get_context())

rs_get_ind_last_selected_row(context = get_context())

Arguments

context

Object with context of active R Studio document (class document_context).