rapidoc_path {rapidoc} | R Documentation |
Path to RapiDoc Resources
Description
Retrieves the path to rapidoc resources.
Usage
rapidoc_path()
Examples
## Not run:
if (interactive()) {
browseURL(rapidoc_path())
} else {
print(paste("You can explore rapidoc resources under: ", rapidoc_path()))
}
## End(Not run)
[Package rapidoc version 9.3.4 Index]