Package export.RExport
Class RClickExport
java.lang.Object
export.RExport.RDataUnitExport<PamDataUnit<?,?>>
 
export.RExport.RRawExport
export.RExport.RClickExport
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.renjin.sexp.ListVector.NamedBuilderaddDetectionSpecificFields(org.renjin.sexp.ListVector.NamedBuilder rData, PamDataUnit dataUnit, int index) Add detection specific fields to a structure.getName()Get the name of the structureClass<?> Get the unit classMethods inherited from class export.RExport.RDataUnitExport
detectionHeader, detectionToStruct, doubleArr2R 
- 
Constructor Details
- 
RClickExport
public RClickExport() 
 - 
 - 
Method Details
- 
addDetectionSpecificFields
public org.renjin.sexp.ListVector.NamedBuilder addDetectionSpecificFields(org.renjin.sexp.ListVector.NamedBuilder rData, PamDataUnit dataUnit, int index) Description copied from class:RDataUnitExportAdd detection specific fields to a structure.- Overrides:
 addDetectionSpecificFieldsin classRRawExport
 - 
getUnitClass
Description copied from class:RDataUnitExportGet the unit class- Overrides:
 getUnitClassin classRRawExport- Returns:
 
 - 
getName
Description copied from class:RDataUnitExportGet the name of the structure- Overrides:
 getNamein classRRawExport- Returns:
 
 
 -