Learn R Programming

rdaisi

R Client for the Daisi Platform

Simple Steps for Using rdaisi

  1. Install the rdaisi R Client:
install.packages("rdaisi")
  1. Configure your rdaisi R Client, setting the path to your Python installation as needed:
configure_daisi(python_path = "/usr/local/bin/python3")
  1. Connect to a Daisi:
d <- Daisi("Add Two Numbers")
  1. Execute a Daisi!
d$compute(firstNumber = 4, secondNumber = 5)$value()

Copy Link

Version

Install

install.packages('rdaisi')

Monthly Downloads

165

Version

0.1.3

License

Apache License (>= 2)

Maintainer

Eric Hare

Last Published

July 20th, 2022

Functions in rdaisi (0.1.3)

configure_daisi

Set the necessary environment variables to configure the Daisi client
DaisiExecution

Generate a new execution of a given Daisi
Daisi

Initialize and connect to the given Daisi
result_daisi

Get the result of the Daisi Execution
DaisiMapExecution

Generate a new map execution of a given Daisi
execute_daisi

Begin execution of the given Daisi