Skip to contents

Inserts a Quarto column-margin block with placeholder text directly at the cursor.

Usage

insert_margin()

Value

None. Inserts text into the active RStudio document.

Examples

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