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 = " ")
R object
additional arguments to lower level functions
If x
is a vector and ncol
is given as argument, the resulting output will be a matrix
with ncol
columns
If FALSE
row names are removed
If FALSE
column names are removed
If TRUE the header is included
Frame argument (see ascii
)
Optional vector of row names
Optional vector of column names
Type argument (see ascii
)
Tabulate?
Add margins to table?
print or return result
HTML prefix (added to ATTR_HTML)
LaTeX prefix (added to ATTR_LaTeX)
separator with type='ascii'