install_tricks | R Documentation |
Install tricks from a package or path
install_tricks(source = "tricks", project_level = FALSE, all = FALSE)
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 |
Returns the first argument invisibly, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.