Coerces to class 'tabular' from class 'define'.
# S3 method for define
as.tabular(
x,
caption = "",
grid = TRUE,
rules = 1,
colwidth = c("1in", "1in", "0.5in", "1.5in", "1.5in"),
tabularEnvironment = "longtable",
walls = 1,
tabnum = FALSE,
pretable = if (is.null(caption)) "" else paste(if (tabnum) "\\caption{" else
"\\caption*{", caption, "}\\\\"),
prepos = 1,
headerBold = TRUE,
reserve = FALSE,
...
)
define object
caption for definitions table
passed to latexpdf::as.tabular.data.frame
passed to latexpdf::as.tabular.data.frame
passed to latexpdf::as.tabular.data.frame
passed to latexpdf::as.tabular.data.frame
passed to latexpdf::as.tabular.data.frame
whether to number the table
material to include before table, typically a caption
after which line number should pretable be inserted?
whether to use a bold header
passed to as.tabular
passed to as.tabular