get_dependency_assets | R Documentation |
Query from https://data.jsdelivr.com/v1/package/npm/ under the hood.
get_dependency_assets(dep, tag = "latest")
dep |
Library name. |
tag |
Library version. Default to latest. |
A list of url containing links to CSS and JS dependencies for the given library.
## Not run:
get_dependency_assets("bootstrap")
get_dependency_assets("framework7", tag = "5.5.5")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.