Package com.revo.deployr.client.data

Defines interfaces for R object encodings as DeployR Data (RData).

See: Description

Package com.revo.deployr.client.data Description

Defines interfaces for R object encodings as DeployR Data (RData).

DeployR Data (a.k.a. RData) encode R project objects. The interfaces in this package describe those encodings.

The RDataFactory class is provided to simplify the creation of RData in client applications.


RData can be sent as inputs to the server on the following calls:

DeployR Authenticated Project API Calls

DeployR Anonymous R Script API Calls


RData can be returned as outputs from the server on the following calls:

DeployR Authenticated Project API Calls

DeployR Anonymous R Script API Calls