redoc_path {redoc} | R Documentation |
Retrieves the path to redoc resources.
redoc_path()
## Not run:
if (interactive()) {
browseURL(redoc_path())
} else {
print(paste("You can explore redoc resources under: ", redoc_path()))
}
## End(Not run)