Skip to contents

This includes packages like pipapi, pipaux, pipload, wbpip, pipfun, pipdata and pipr

Usage

install_pip_packages(package = NULL, branch = "PROD")

Arguments

package

one (or more) of the core package name, if NULL all the core packages are installed from the branch

branch

valid branch name (default "PROD")

Value

invisible NULL

Examples

if (FALSE) {
install_all_packages(branch = "test")
}