ApplicationInputInterface | R Documentation |
Abstract class no description.
R6Class
object.
$new()
Constructor for ApplicationInputInterface. This class should not used directly.
$setNamedList()
Function to setup hierarchical lists
.
$serialize()
Seriealize a R6-Object
.
$serializeToJson(level)
Seriealize a R6-Object
as a
JSON-Object
.
type
Set the result file type.
level
Level to seriealize.
parameters
Parameters
result_file_type
Result file type.
setResultFileType()
Set result file type
ApplicationInputInterface$setResultFileType(type = "csv")
type
Possible are csv, xls, xlsx, ods
setNamedList()
Function to setup hierarchical lists
.
For internal usage.
ApplicationInputInterface$setNamedList( parentLevel, secondLevel = NULL, thirthLevel = NULL, parameterList )
parentLevel
parent level
secondLevel
parent level
thirthLevel
parent level
parameterList
parent level
serializeToJson()
Serialize a list to json. For internal use.
ApplicationInputInterface$serializeToJson(level = NULL)
level
The level that should be serialized.
serialize()
Serialize. For internal use.
ApplicationInputInterface$serialize()
clone()
The objects of this class are cloneable with this method.
ApplicationInputInterface$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.