swagger (version 3.9.2)

swagger_path: Path to Swagger Resources

Description

Retrieves the path to swagger resources.

Usage

swagger_path()

Arguments

Examples

Run this code
# NOT RUN {
if (interactive()) {
  browseURL(swagger_path())
} else {
  print(paste("You can explore swagger resources under: ", swagger_path()))
}

# }

Run the code above in your browser using DataLab