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 |
caption.level |
see |
frame |
see |
grid |
see |
col.width |
see |
width |
see |
Details
This function binds cols of two ascii table.
Value
An "asciiCbind"
object.
Author(s)
David Hajage
[Package ascii version 2.6 Index]