Retrieves the path to the redoc index file.

redoc_index()

Examples

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