Skip to contents

Launches a Shiny app as an RStudio addin to insert a Quarto callout at the cursor position. The user selects a callout type from a dropdown, sees a preview colour, and inserts formatted callout text into the current script.

Usage

insert_callout()

Value

A Shiny application that runs within RStudio.

Examples

if (FALSE) { # \dontrun{
if (interactive()) {
  insert_callout()
}
} # }