R/cpp11.R

Defines functions place_bullets marquee_c

# Generated by cpp11: do not edit by hand

marquee_c <- function(text, styles, ignore_html) {
  .Call(`_marquee_marquee_c`, text, styles, ignore_html)
}

place_bullets <- function(type, indent, block, string_is_empty, bullet_number, bullets) {
  .Call(`_marquee_place_bullets`, type, indent, block, string_is_empty, bullet_number, bullets)
}

Try the marquee package in your browser

Any scripts or data that you put into this service are public.

marquee documentation built on April 3, 2025, 6:11 p.m.