yarn_install {packer} | 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")