rs_enclose_selection_with: Enclose selection of text with indicated symbols.

Description Usage Arguments Details

View source: R/rs_enclose_selection_with.R

Description

Enclose selection of text with certain symbols which usually have special meaning in R Markdown files.

Usage

1
2
rs_enclose_selection_with(symbol = "", symbol_before = symbol,
  symbol_after = symbol, context = get_context())

Arguments

symbol

(character) A sequence of symbols to add on both sides of selection.

symbol_before

(character) A sequence of symbols to before the selection (overrides value of symbol).

symbol_after

(character) A sequence of symbols to add after the selection (overrides value of symbol).

context

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

Details

If text is selected, the cursor is placed after the modified selection. If no text is selected, the cursor is placed between the inserted symbols.


GegznaV/spAddins documentation built on Nov. 20, 2020, 10:42 p.m.