ExportR
extends PluginBase
in package
Table of Contents
Properties
- $allowedPublicMethods : mixed
- $description : mixed
- $name : mixed
- $storage : mixed
Methods
- init() : mixed
- listExportOptions() : mixed
- listExportPlugins() : mixed
- Registers this export type
- newExport() : mixed
- Returns the required IWriter
Properties
$allowedPublicMethods
public
mixed
$allowedPublicMethods
= array()
Tags
$description
protected
static mixed
$description
= 'Core: R-export'
$name
protected
static mixed
$name
= 'Export results to R'
$storage
protected
mixed
$storage
= 'DbStorage'
Methods
init()
public
init() : mixed
listExportOptions()
public
listExportOptions() : mixed
listExportPlugins()
Registers this export type
public
listExportPlugins() : mixed
newExport()
Returns the required IWriter
public
newExport() : mixed