R/insertSelect.R

Defines functions insertSelect

Documented in insertSelect

#' Insert dplyr::select(.
#'
#' Call this function as an addin to insert \code{ dplyr::select( } at the cursor position.
#'
#' @export
insertSelect <- function() {
    rstudioapi::insertText("dplyr::select(")
}
damien-dupre/dplyrshortcut documentation built on May 7, 2019, 3:09 p.m.