Org {lava} | R Documentation |
Convert object to ascii suitable for org-mode
Org(x, ..., ncol, include.rownames = TRUE, include.colnames = TRUE, header = TRUE, frame = "topbot", rownames = NULL, colnames = NULL, type = "org", tab = FALSE, margins = TRUE, print = TRUE, html, latex, sep = " ")
x |
R object |
... |
additional arguments to lower level functions |
ncol |
If |
include.rownames |
If |
include.colnames |
If |
header |
If TRUE the header is included |
frame |
Frame argument (see |
rownames |
Optional vector of row names |
colnames |
Optional vector of column names |
type |
Type argument (see |
tab |
Tabulate? |
margins |
Add margins to table? |
print |
print or return result |
html |
HTML prefix (added to ATTR_HTML) |
latex |
LaTeX prefix (added to ATTR_LaTeX) |
sep |
separator with type='ascii' |
Klaus K. Holst