scaffold_bare | R Documentation |
Creates a bare scaffold for not specific use case, as opposed to other scaffolds. This scaffold does not generate R code.
scaffold_bare(edit = interactive())
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 bare scaffold_bare() # 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.