R/InsertNotInclude.R

Defines functions InsertNotInclude

Documented in InsertNotInclude

#' Insert \%ni\%.
#'
#' Call this function as an addin to insert \code{ \%ni\% } at the cursor position.
#'
#' @importFrom rstudioapi insertText
#'
#' @export
InsertNotInclude <- function() {
  rstudioapi::insertText(" %ni% ")
}
DanielRivasMD/RStudioAddIns documentation built on Sept. 9, 2023, 5:10 p.m.