public interface RData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the underlying R object name of this RData.
|
java.lang.String |
getRclass()
Gets the underlying R class of this RData.
|
java.lang.String |
getType()
Gets the underlying DeployR type of this RData.
|
java.lang.String getName()
java.lang.String getType()
java.lang.String getRclass()