Package export.RExport
Class RExportManager.RData
java.lang.Object
export.RExport.RExportManager.RData
- Enclosing class:
RExportManager
Simple class to hold RData and list of the data unit names whihc were saved.
- Author:
- jamie
-
Field Summary
Modifier and TypeFieldDescriptionList of the names of the types of data units which were saved.org.renjin.sexp.PairList.Builder
The RData raedy to save -
Constructor Summary
-
Method Summary
-
Field Details
-
rData
public org.renjin.sexp.PairList.Builder rDataThe RData raedy to save -
dataUnitTypes
List of the names of the types of data units which were saved.
-
-
Constructor Details
-
RData
public RData()
-