Class RExportManager.RData

java.lang.Object
export.RExport.RExportManager.RData
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 Details

    • rData

      public org.renjin.sexp.PairList.Builder rData
      The RData raedy to save
    • dataUnitTypes

      public ArrayList<String> dataUnitTypes
      List of the names of the types of data units which were saved.
  • Constructor Details

    • RData

      public RData()