man | R Documentation |
Display a help
-like page from an existing R
documentation (*.Rd) file, a topic from a temporary package with
options("document_package_directory")
set or a topic from an R code
file containing roxygen2 documentation.
man(x, topic = NA, force_Rd = FALSE)
x |
One of the following:
|
topic |
A |
force_Rd |
if |
Invisibly the status of display_Rd
.
document::document(file_name = system.file("files", "minimal.R",
package = "document"), check_package = FALSE)
document::man("foo")
# this equivalent to
path <- system.file("files", "minimal.R", package = "document")
document::man(x = path, topic = "foo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.