ascii (version 1.0)

ascii.simple.list: ascii method for class simple...

Description

ascii method for class simple.list

Usage

## S3 method for class 'simple.list':
ascii(x, caption, caption.level, list.type="label", ...)

Arguments

x
An R object of class found among methods(ascii).
caption
Character vector of length 1 containing the table's caption or title. Set to "" to suppress the caption. Default value is NULL.
caption.level
Character or numeric vector of length 1 containing the caption's level. Can take the following values: 0 to 5, "." (block titles in asciidoc markup), "s" (strong), "e" (emphasis), "m"
list.type
Character vector of length one indicating the list type ("bullet", "number", "label" or "none"). If "label", names(list) is used for labels. Default is "bullet".
...
Additional arguments. (Currently ignored.)

Value

  • An ascii object.