| manualBuild | R Documentation | 
This function was specifically designed to build a package from local source files manually, i.e., without using the package building functionality offered e.g. by RStudio.
manualBuild(dsn = getwd(), document = TRUE, ...)
| dsn | 'character'. Target folder containing source files; defaults to the current working directory. | 
| document | 'logical'. Determines whether or not to invoke 
 | 
| ... | Further arguments passed on to  | 
Florian Detsch
roxygenize, build,install.packages.
## Not run: 
## when in a package directory, e.g. '~/satellite' 
manualBuild()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.