Overview

This is a package for controlling Driverless AI via its REST API from within R. This package allows the user to run basic Driverless AI operations using R. In order to use it, you must first have Driverless AI running. See the installation section of the user guide for more details how to run Driverless AI.

Note that no actual data is stored in the R workspace; and no actual work is carried out by R. R only saves the named objects, which uniquely identify the data set, model, etc on the server. When the user makes a request, R queries the server via the REST API, which returns a JSON file with the relevant information that R then displays in the console.