Retrieves the path to the rapidoc index file.

rapidoc_index()

Examples

if (FALSE) { # \dontrun{
if (interactive()) {
  browseURL(rapidoc_index())
} else {
  print(paste("You can use rapidoc under: ", rapidoc_index()))
}
} # }