See: Description
Interface | Description |
---|---|
RBoolean |
Represents an R logical value.
|
RBooleanMatrix |
Represents an R matrix of logical values.
|
RBooleanVector |
Represents an R vector of logical values.
|
RData |
Defines the common interface shared by all RData.
|
RDataFrame |
Represents an R dataframe object.
|
RDataNA |
Represents an R Not Available (NA) value.
|
RDate |
Represents an R date object.
|
RDateVector |
Represents an R vector of date values.
|
RFactor |
Represents an R factor object.
|
RList |
Represents an R list object.
|
RNumeric |
Represents an R numeric value.
|
RNumericMatrix |
Represents an R matrix of numeric values.
|
RNumericVector |
Represents an R vector of numeric values.
|
RString |
Represents an R character value.
|
RStringMatrix |
Represents an R matrix of character values.
|
RStringVector |
Represents an R vector of character values.
|
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
RData can be returned as outputs from the server on the following calls:
DeployR Authenticated Project API Calls
RProjectExecutionDetails
RProjectExecutionDetails
DeployR Anonymous R Script API Calls
RProjectExecutionDetails