R/prettifyAddins-package.R

#' Prettify Addins
#'
#' This package provides some RStudio addins: \code{Prettify} addins and
#'   \code{Indent} addins. To run an addin, select it from the Addins menu
#'   within RStudio. The \code{Indent} addins only reindent the code, while
#'   the \code{Prettify} addins also modify the code, e.g. they add trailing
#'   semi-colons to JavaScript code when they are missing.
#'
#' @name prettifyAddins
#' @aliases prettifyAddins-package
#'
#' @examples # get the list of supported languages:
#' getPrettifiableLanguages()
NULL

Try the prettifyAddins package in your browser

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

prettifyAddins documentation built on Sept. 14, 2023, 5:06 p.m.