fptable | R Documentation |
fptable(columna, var_name = "Variable", caption = "", na = TRUE, format = "markdown")
columna |
Column to make the table with, should be in the form of df$col. |
var_name |
Name of the first column. |
caption |
Table caption, passed to function kable(). |
na |
Should the output show missing values?. |
format |
passed to kable(). |
Valeria Rolle
fptable(iris$Species)
fptable(iris$Species, var_name = "Species")
fptable(iris$Species, var_name = "Species", formato = "latex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.