Learn R Programming

redoc (version 2.0.0.75)

redoc_path: Path to Redoc Resources

Description

Retrieves the path to redoc resources.

Usage

redoc_path()

Arguments

Examples

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

Run the code above in your browser using DataLab