saveReportJSON {D4TAlink.light} | R Documentation |
Output R object in JSON format.
Description
Output R object in JSON format.
Usage
saveReportJSON(
x,
task,
type,
ext = "json",
subdir = NULL,
dirCreate = TRUE,
...
)
Arguments
x |
R object to output. |
task |
Object of class |
type |
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext] |
ext |
Filename extension. |
subdir |
(optional) Subdirectory. |
dirCreate |
Logical, if TRUE (by default) the directory is created. |
... |
Arguments passed on to |
Value
the file name invisibly.
[Package D4TAlink.light version 2.1.14 Index]