rmd_shortcode: Shortcode node

rmd_shortcodeR Documentation

Shortcode node

Description

S7 class representing a shortcode function call

Usage

rmd_shortcode(
  func = character(0),
  args = character(),
  start = -1L,
  length = -1L
)

Arguments

func

Character. Function name

args

Character vector. Function arguments

start

Integer. Start position

length

Integer. Length


parsermd documentation built on Aug. 21, 2025, 5:27 p.m.