A Set of RStudio Addins
Add-ins for basic R Markdown formatting
Insert arrow (->, ->>, <-, <<-)
Insert %>%, %<>%, %$% and %T>%
Insert various lines
Repeat sequence of symbols
Replace slash
Convert rows into the block of code
Format as LaTeX equation
Format text as R Markdown headings
Format text as R Markdown list
Enclose selection with lines
Enclose selection of text with indicated symbols
Get index of the first column in the selection
Get index of the first row in the selection
Insert text at the beginning of the row
Insert %in%
Insert %!in%
Insert %R%
Insert %*%
Insert a sequence of symbols
Replace text in selection
A Set of RStudio Add-ins
A set of RStudio addins that are designed to be used in combination with user-defined RStudio keyboard shortcuts. These addins either: 1) insert text at a cursor position (e.g. insert operators %>%, <<-, %$%, etc.), 2) replace symbols in selected pieces of text (e.g., convert backslashes to forward slashes which results in stings like "c:\data\" converted into "c:/data/") or 3) enclose text with special symbols (e.g., converts "bold" into "**bold**") which is convenient for editing R Markdown files.