redoc_index: Path to Redoc Index

View source: R/paths.R

redoc_indexR 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)

redoc documentation built on Nov. 18, 2023, 1:07 a.m.