set_argument | R Documentation |
set argument of a function
set_argument(code, argument, value = TRUE)
code |
string of function call |
argument |
argument of function to be set |
value |
value to be set |
code="df2flextable( ) " code="df2flextable(vanilla=TRUE,head(iris[1:10,]))" code="df2flextable(mtcars)" code="df2flextable(sampleData3)" code="df2flextable(head(iris[1:10,]),vanilla=TRUE)" set_argument(code,"vanilla",FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.