create_dependency: Imports External Dependencies

View source: R/deps.R

create_dependencyR Documentation

Imports External Dependencies

Description

Download and create dependency function.

Usage

create_dependency(
  name,
  tag = NULL,
  open = interactive(),
  options = charpente_options()
)

Arguments

name

Name of library.

tag

Library version. Default to NULL. If NULL, takes the latest version.

open

Whether to allow rstudioapi to open the newly created script. Default to TRUE.

options

See charpente_options.

Examples

## Not run: 
 create_dependency("tabler")
 # Use CDNs
 create_dependency(
  "framework7",
  options = charpente_options(local = FALSE)
 )

## End(Not run)

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