redoc_path: Path to Redoc Resources

View source: R/paths.R

redoc_pathR Documentation

Path to Redoc Resources

Description

Retrieves the path to redoc resources.

Usage

redoc_path()

Examples

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

## End(Not run)

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