ascii (version 1.4)

ascii.summary.table: ascii method for class summary...

Description

ascii method for class summary.table

Usage

## S3 method for class 'summary.table':
ascii(x, caption=NULL, caption.level=NULL, list.type="bullet", ...)

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. (see ?ascii.default).

Value

  • An ascii object.