ascii.tabular: Ascii for tabular object.

Description Usage Arguments Author(s)

View source: R/tabular.r

Description

Ascii method for tabular object (internal).

Usage

1
2
3
4
5
  ## S3 method for class 'tabular'
 ascii(x, format = "nice", digits = 5,
  include.rownames = FALSE, include.colnames = TRUE, header
  = TRUE, rstyle = "d", caption = NULL, caption.level =
  NULL, ...)

Arguments

x

a tabular object

format

see ?ascii in ascii package

digits

see ?ascii in ascii package

include.rownames

see ?ascii in ascii package

include.colnames

see ?ascii in ascii package

header

see ?ascii in ascii package

rstyle

see ?ascii in ascii package

caption

see ?ascii in ascii package

caption.level

see ?ascii in ascii package

...

other arguments passed to ascii

Author(s)

David Hajage


remix documentation built on May 29, 2017, 5:50 p.m.

Related to ascii.tabular in remix...