View source: R/housekeeping_annotation.R
as.bullet | R Documentation |
Formats text as a bullet.
as.bullet(
string,
level = 1,
width = get_annotation_width(),
indentation = " ",
my_bullet = "* "
)
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 |
The bulleted string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.