get_dependency_assets: Get all links to dependencies

View source: R/deps.R

get_dependency_assetsR Documentation

Get all links to dependencies

Description

Query from https://data.jsdelivr.com/v1/package/npm/ under the hood.

Usage

get_dependency_assets(dep, tag = "latest")

Arguments

dep

Library name.

tag

Library version. Default to latest.

Value

A list of url containing links to CSS and JS dependencies for the given library.

Examples

## Not run: 
 get_dependency_assets("bootstrap")
 get_dependency_assets("framework7", tag = "5.5.5")

## End(Not run)

RinteRface/charpente documentation built on March 10, 2024, 4:14 p.m.