scaffold_output | R Documentation |
Sets basic structure for a shiny input.
scaffold_output(name, edit = interactive())
name |
Name of output, will define internal name binding and CSS class. |
edit |
Automatically open pertinent files. |
TRUE
(invisibly) if successfully run.
if(interactive()){ # current directory wd <- getwd() # create a mock up ambiorix project tmp <- tmp_package() # move to package setwd(tmp) # scaffold ambiorix scaffold_output() # clean up setwd(wd) tmp_delete(tmp) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.