tabular | R Documentation |
Format a table for inclusion in roxygen docs
tabular(df, ...)
df |
data.frame |
... |
additional options passed to |
<http://r-pkgs.had.co.nz/man.html>
df <- data.frame(a_b = 1, b_c = 2, stringsAsFactors = FALSE) tabular(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.