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
FieldsModifier and TypeFieldDescriptionList of the names of the types of data units which were saved.org.renjin.sexp.PairList.BuilderThe RData raedy to save - 
Constructor Summary
Constructors - 
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() 
 -