Retrieves the path to swagger resources.
swagger_path(version = "5")
if (interactive()) {
browseURL(swagger_path())
} else {
print(paste("You can explore swagger resources under: ", swagger_path()))
}
#> [1] "You can explore swagger resources under: /tmp/RtmprwMowA/temp_libpath1b93c4a96e63/swagger/dist5"