Learn R Programming

solvebio (version 2.15.0)

BeaconSet.create: BeaconSet.create

Description

Create a new beacon set.

Usage

BeaconSet.create(title, description, is_shared = FALSE, env = .solveEnv, ...)

Arguments

title

The title displayed for the beacon set.

description

(optional) An optional description for the new beacon set.

is_shared

If TRUE, everyone else in your account will be able to see and query the beacon set, but will not be able to edit it. (Default: FALSE)

env

(optional) Custom client environment.

...

(optional) Additional beacon set attributes.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
BeaconSet.create(
                 title="My new beacon set",
                 )
}

Run the code above in your browser using DataLab