R/AddIn_InsertIn.R

#' Insert \%in\%.
#'
#' Call this function as an addin to insert \code{ \%in\% } at the cursor position.
#'
#' @export
AddIn_InsertIn <- function() {
  rstudioapi::insertText(" %in% ")
}
mikebesso/two.laws.big.bang documentation built on May 29, 2019, 5:42 a.m.