tabular {sinew} | R Documentation |
Tabular for roxygen2
Description
Convert data.frame to roxygen2 tabular format
Usage
tabular(df, header = TRUE, ...)
Arguments
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 |
Value
character
Source
See Also
Examples
tabular(mtcars[1:5, 1:5])
tabular(mtcars[1:5, 1:5],header=FALSE)
[Package sinew version 0.4.0 Index]