writeftable | R Documentation |
ftable
Write an ftable
as a matrix.
writeftable(x, quote = FALSE, digits = getOption("digits"))
x |
an object of class |
quote , digits |
see |
## basic usage
writeftable(ftable(1))
writeftable(ftable(mtcars$gear))
## tables write nicer with names
writeftable(ftable(gear = mtcars$gear))
writeftable(ftable(Titanic, row.vars = 1:3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.