void | R Documentation |
Set content display as a blank " "
.
void(x, j = NULL, part = "body")
x |
|
j |
columns selection |
part |
partname of the table |
ftab <- flextable(head(mtcars))
ftab <- void(ftab, ~ vs + am + gear + carb)
ftab
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.