Daisi: Initialize and connect to the given Daisi

View source: R/rdaisi.R

DaisiR Documentation

Initialize and connect to the given Daisi

Description

Initialize and connect to the given Daisi

Usage

Daisi(daisi_id, base_url = NULL)

Arguments

daisi_id

The name or UUID of the daisi

base_url

The platform on which to access the daisi

Value

daisi object with daisi information

Examples

## Not run: 
configure_daisi()

d <- Daisi("Add Two Numbers")
d

## End(Not run)

rdaisi documentation built on July 20, 2022, 5:05 p.m.