| get_dependency_versions | R Documentation | 
Query from https://data.jsdelivr.com/v1/package/npm/ under the hood.
get_dependency_versions(dep, latest = FALSE)
| dep | Library name. | 
| latest | Whether to get the last version. Default to FALSE. | 
A vector containing all versions
## Not run: 
 get_dependency_versions("framework7")
 get_dependency_versions("bootstrap")
 get_dependency_versions("react", latest = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.