print_table_long | R Documentation |
print a multiple page table
print_table_long( table, doc_format = "live", font_size = 7, stripe_index = NULL, linesep = (if (.data$booktabs) c("", "", "", "", "\\addlinespace") else "\\hline") )
table |
a dataframe. |
doc_format |
print format, might be live (for Rstudio), latex or html |
font_size |
font size, the default is 7, might need a smaller font to fit long rows |
stripe_index |
A numeric vector describing which rows should be shaded. default if every other row |
linesep |
A string vector describing spacing between rows |
strings to print the table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.