cbind.ascii {ascii} | R Documentation |
Cbind two ascii objects
## S3 method for class 'ascii' cbind( ..., caption = NULL, caption.level = NULL, frame = NULL, grid = NULL, col.width = 1, width = 0 )
... |
ascii objects |
caption |
see |
caption.level |
see |
frame |
see |
grid |
see |
col.width |
see |
width |
see |
This function binds cols of two ascii table.
An "asciiCbind"
object.
David Hajage