View source: R/mytable2flextable.R
mytable2flextable | R Documentation |
Convert mytable object to flextable
mytable2flextable(result, vanilla = TRUE, fontname = NULL, fontsize = 10)
result |
An object of class "mytable" |
vanilla |
A Logical. |
fontname |
Font name |
fontsize |
font size |
## Not run: require(moonBook) require(flextable) require(officer) result=mytable(smoking+Dx~.,data=acs) mytable2flextable(result) mytable2flextable(result,vanilla=FALSE) result=mytable(Dx~.,data=acs) mytable2flextable(result) mytable2flextable(result,vanilla=FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.