- Enclosing class:
RExportManager
public class RExportManager.RData
extends Object
Simple class to hold RData and list of the data unit names whihc were saved.
- Author:
- jamie
-
Field Summary 
Fields
List of the names of the types of data units which were saved.
org.renjin.sexp.PairList.Builder
-
Constructor Summary 
Constructors
-
Method Summary 
-
Field Details 
-
rData 
public org.renjin.sexp.PairList.Builder rData
The RData raedy to save
-
dataUnitTypes 
List of the names of the types of data units which were saved.
-
Constructor Details 
-
RData 
public RData()