branch {switchr}R Documentation

branch

Description

Get or set the branch associated with a Package Source

Usage

branch(x)

## S4 method for signature 'PkgSource'
branch(x)

branch(x) <- value

## S4 replacement method for signature 'PkgSource'
branch(x) <- value

Arguments

x

A source

value

The new branch

Value

for the getter, the branch associated with the source object, for the setter, the object updated to use the specified branch.


[Package switchr version 0.14.8 Index]