Insert a sequence of symbols.
rs_insert_symbol_seq(
symbol,
start_column = 1,
end_column = 80,
context = rs_get_context()
)(character) A sequence of symbols to be repeated
(integer) Column position where the sequence begins.
(integer) Column position where the sequence stops.
(class document_context)
Object with context of active RStudio document.