install_tricks: Install tricks from a package or path

View source: R/10-yaml.R

install_tricksR Documentation

Install tricks from a package or path

Description

Install tricks from a package or path

Usage

install_tricks(source = "tricks", project_level = FALSE, all = FALSE)

Arguments

source

The name of a package containing tricks., or a path to a YAML file defining tricks, By default proposes tricks from the tricks package

project_level

whether to install tricks at the project level (in "./.r-tricks.yaml"), by default they're installed at the user level (in "~/.r-tricks.yaml")

all

whether to install all tricks without prompting

Value

Returns the first argument invisibly, called for side effects.


moodymudskipper/poof documentation built on Dec. 10, 2024, 12:07 a.m.