BeaconSet.update {solvebio}R Documentation

BeaconSet.update

Description

Updates the attributes of an existing beacon set.

Usage

BeaconSet.update(id, env = solvebio:::.solveEnv, ...)

Arguments

id

The ID of the beacon set to update.

env

(optional) Custom client environment.

...

Beacon set attributes to change.

References

https://docs.solvebio.com/

Examples

## Not run: 
BeaconSet.update(
                 id="1234",
                 title="New Beacon Set Title"
                )

## End(Not run)


[Package solvebio version 2.14.0 Index]