Build package documentation with examples
1 2 3 4 | document.with.examples(package,
package.path = path.package(package), clean = TRUE,
roclets = c("namespace", "rd"), example.path = NULL,
...)
|
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
library(restorepoint)
document.with.examples("ExampleDoc", "C:/libraries/ExampleDoc/ExampleDoc")
document.with.examples("RMaxima", "C:/libraries/RMaxima/RMaxima")
document.with.examples("stringtools", "C:/libraries/stringtools/stringtools")
document.with.examples("restorepoint","C:/libraries/restorepoint/restorepoint", roclets=c("rd","namespace"), example.path = "C:/libraries/restorepoint/restorepoint/examples")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.