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