create: Create a New QBit based on template

View source: R/invoke.R

createR Documentation

Create a New QBit based on template

Description

Create a New QBit based on template

Usage

create(
  qbit_name,
  template = get_qbit_template("r"),
  verbose = getOption("verbose"),
  ...
)

Arguments

qbit_name

character; Title to be used for workspace.

template

character; Id of template to be copied/forked from. Can be any id accessible at quantargo, see also https://www.quantargo.com/qbits/explore

verbose

logical; Show intermediary console outputs.

...

Additional parameters passed to invoke

Value

Id of created workspace


quantargo/qbit documentation built on March 20, 2022, 10:35 a.m.