R/insertTee.R

Defines functions insertTee

Documented in insertTee

#' Insert \%T>\%.
#'
#' Call this function as an addin to insert \code{ \%T>\% } at the cursor position.
#' @importFrom rstudioapi insertText
#'
#' @export
insertTee <- function() {
	rstudioapi::insertText(" %T>% ")
}
samhinshaw/labnotebook documentation built on May 29, 2019, 1:02 p.m.