cbind.ascii {ascii}R Documentation

Cbind two ascii objects

Description

Cbind two ascii objects

Usage

## S3 method for class 'ascii'
cbind(
  ...,
  caption = NULL,
  caption.level = NULL,
  frame = NULL,
  grid = NULL,
  col.width = 1,
  width = 0
)

Arguments

...

ascii objects

caption

see ?ascii

caption.level

see ?ascii

frame

see ?ascii

grid

see ?ascii

col.width

see ?ascii

width

see ?ascii

Details

This function binds cols of two ascii table.

Value

An "asciiCbind" object.

Author(s)

David Hajage


[Package ascii version 2.6 Index]