Retrieves the path to the swagger index file.
Examples
if (interactive()) {
browseURL(swagger_index())
} else {
print(paste("You can use swagger under: ", swagger_index()))
}
#> [1] "You can use swagger under: /tmp/RtmpE8xnoZ/temp_libpath28392551dea023/swagger/dist5/index.html"