| runNoweb | R Documentation | 
Function to run noweb file contained in a package. Assume all noweb files of the package are placed flat under the inst directory
runNoweb(nowebFileName, packageName, weaveMethod = "knitr")
nowebFileName | 
 Basename of the noweb file, e.g. 'myFile.Rnw'.  | 
packageName | 
 Name of the package containing noweb file(s)  | 
weaveMethod | 
 Method to apply for weaving. Currently available are 'Sweave' and 'knitr', default to the latter.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.