redoc_index {redoc}R Documentation

Path to Redoc Index

Description

Retrieves the path to the redoc index file.

Usage

redoc_index()

Examples

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

## End(Not run)

[Package redoc version 2.0.0.75 Index]