R/1_spAddins-package.R

#' @name spAddins
#' @docType package
#'
#' @title A Set of RStudio Add-ins
#'
#'
#' @description
#'
#' \code{spAddins} 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 \code{\%>\%}, \code{<<-}, \code{\%$\%}, etc.), replace symbols
#' in selected pieces of text, e.g., convert back-slashes to forward-slashes or
#' enclose text with special symbols (e.g., converts "bold" into "**bold**")
#' which is convenient for editing R Markdown files.\cr
#'
#' \code{License:} MIT   \cr
#' \code{URL:} \url{https://github.com/GegznaV/spAddins} \cr
#' \code{Bug reports and suggestions:} \url{https://github.com/GegznaV/spAddins/issues} \cr
#' \code{Author:} Vilmantas Gegzna
#'
#' @seealso
#'
#' Use the links below to learn more about RStudio add-ins
#' and especially how to use them in combination with user-defined
#' keyboard shortcuts:\enumerate{
#'
#' \item{\href{https://rstudio.github.io/rstudioaddins/}{RStudio add-ins};}
#' \item{\href{https://rstudio.github.io/rstudioaddins/#keyboard-shorcuts}{Keyboard shortcuts};}
#' \item{\href{https://support.rstudio.com/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts}{Customizing keyboard shortcuts.}}
#' }
#'
#'
#'

NULL

Try the spAddins package in your browser

Any scripts or data that you put into this service are public.

spAddins documentation built on May 2, 2019, 3:04 a.m.