tabular {sinew} | R Documentation |
Convert data.frame to roxygen2 tabular format
tabular(df, header = TRUE, ...)
df |
data.frame to convert to table |
header |
boolean to control if header is created from names(df), Default: TRUE |
... |
arguments to pass to format |
character
tabular(mtcars[1:5, 1:5])
tabular(mtcars[1:5, 1:5],header=FALSE)