powered by
Convert data.frame to roxygen2 tabular format
tabular(df, header = TRUE, ...)
data.frame to convert to table
boolean to control if header is created from names(df), Default: TRUE
arguments to pass to format
character
format
# NOT RUN { tabular(mtcars[1:5, 1:5]) tabular(mtcars[1:5, 1:5],header=FALSE) # }
Run the code above in your browser using DataLab