50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

rapidoc (version 9.3.4)

rapidoc_path: Path to RapiDoc Resources

Description

Retrieves the path to rapidoc resources.

Usage

rapidoc_path()

Arguments

Examples

Run this code
if (FALSE) {
if (interactive()) {
  browseURL(rapidoc_path())
} else {
  print(paste("You can explore rapidoc resources under: ", rapidoc_path()))
}
}

Run the code above in your browser using DataLab