yarn_install | R Documentation |
Install and uninstall yarn packages.
yarn_add(..., scope = c("dev", "prod")) yarn_install() yarn_remove(..., scope = c("dev", "prod"))
... |
Packages to install or uninstall. |
scope |
Scope of installation or uninstallation, see scopes. |
prod
- Add/remove packages for project with no flag
dev
- Installs/Uninstalls dev packages for project with --dev
## Not run: yarn_add("browserify")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.