Retrieves the path to rapidoc resources.

rapidoc_path()

Examples

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