Package addins.rs
provides a set of RStudio add-ins that
are designed to be used in combination with user-defined RStudio keyboard
shortcuts. These add-ins either insert text at the cursor position (e.g. insert
operators %>%
, <<-
, %$%
, etc.) or replace symbols
in selected pieces of text, e.g., convert back-slashes to forward-slashes.
License:
MIT URL:
https://github.com/GegznaV/addins.rs Bug reports and suggestions:
https://github.com/GegznaV/addins.rs/issues Author:
Vilmantas Gegzna
Use the links below to learn more about RStudio add-ins and especially how to use them in combination with user-defined keyboard shortcuts: