Learn R Programming

redoc (version 2.0.0.75)

redoc_index: Path to Redoc Index

Description

Retrieves the path to the redoc index file.

Usage

redoc_index()

Arguments

Examples

Run this code
if (FALSE) {
if (interactive()) {
  browseURL(redoc_index())
} else {
  print(paste("You can use redoc under: ", redoc_index()))
}
}

Run the code above in your browser using DataLab