Skip to content
/ rdaisi Public

❗ This is a read-only mirror of the CRAN R package repository. rdaisi — R Client for the Daisi Microservice Platform. Homepage: https://www.daisi.io/

Notifications You must be signed in to change notification settings

cran/rdaisi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

❗ This is a read-only mirror of the CRAN R package repository. rdaisi — R Client for the Daisi Microservice Platform. Homepage: https://www.daisi.io/

Resources

Stars

Watchers

Forks

Packages