Retrieves the path to redoc resources.

redoc_path()

Examples

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