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, string_is_empty, bullet_number, bullets) {
  .Call(`_marquee_place_bullets`, type, indent, 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 May 29, 2024, 8:13 a.m.