R/html_elements.R

Defines functions html_insert_space

Documented in html_insert_space

# Arrows ------------------------------------------------------------------

#' Insert HTML elements.
#'
#' RStudio add-in to insert HTML elements
#'
#' @name insert_arrows
#' @export
#' @family 'Insert at cursor position' addins
html_insert_space <- function() {
    rstudioapi::insertText(text = " &nbsp; ")
}
GegznaV/spAddins documentation built on Nov. 20, 2020, 10:42 p.m.