Description Usage Arguments Value Examples
Query from https://data.jsdelivr.com/v1/package/npm/ under the hood.
1 | get_dependency_versions(dep, latest = FALSE)
|
dep |
Library name. |
latest |
Whether to get the last version. Default to FALSE. |
A vector containing all versions
1 2 3 4 5 6 | ## 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.