R/paths.R
redoc_path.Rd
Retrieves the path to redoc resources.
redoc_path()
if (FALSE) { # \dontrun{ if (interactive()) { browseURL(redoc_path()) } else { print(paste("You can explore redoc resources under: ", redoc_path())) } } # }