rapidoc_index {rapidoc} | R Documentation |
Retrieves the path to the rapidoc index file.
rapidoc_index()
## Not run:
if (interactive()) {
browseURL(rapidoc_index())
} else {
print(paste("You can use rapidoc under: ", rapidoc_index()))
}
## End(Not run)