powered by
get a simple FlexTable from a dataset
light.table(dataset, add.rownames = FALSE, text.direction = "lrtb")
the data to use
logical value - should the row.names be included in the table.
header cell text rotation - a single character value, expected value is one of "lrtb", "tbrl", "btlr".
FlexTable
# NOT RUN { ft <- light.table( iris) # }
Run the code above in your browser using DataLab