and_so_on | R Documentation |
Formats tables to show top and bottom rows.
and_so_on( data, top = 3, bottom = 2, message = ifelse(bottom == 0, "... until row {nrows}", "... {nrows} rows in total ..."), format = c(NULL, "html", "latex"), row.names = FALSE, full_width = TRUE, position = c("center", "left", "right", "float_left", "float_right"), options )
data |
A data frame to display |
top |
An integer. How many of the first rows to show. |
bottom |
Like |
message |
Character string to place between the top and bottom rows. |
format |
Either |
row.names |
If |
full_width |
If |
position |
can be "center", "left", "right", "float_left", or "float_right" |
options |
For compatibility with knitr For Rmd documents, the format will be detected automatically if you don't use the format argument.' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.