as.bullet: Formats text as a bullet.

View source: R/annotation_control.R

as.bulletR Documentation

Formats text as a bullet.

Description

Formats text as a bullet.

Usage

as.bullet(
  string,
  level = 1,
  width = get_annotation_width(),
  indentation = "  ",
  my_bullet = "* "
)

Arguments

string

The string of text that should be bulleted over.

level

Integer indicating what level of bullet this should be.

width

Integer indicating the number of character that should make up a line of the annotation.

indentation

String of spaces to use for the indentation of bullets.

bullet_levels

Value

The bulleted string.


Benjamin-Vincent-Lab/housekeeping documentation built on Feb. 17, 2024, 2:13 a.m.