writeCX | R Documentation |
These function write an RCX object or a CX object to a file.
writeCX(x, file, verbose = FALSE, pretty = FALSE) ## S3 method for class 'RCX' writeCX(x, file, verbose = FALSE, pretty = FALSE) ## S3 method for class 'CX' writeCX(x, file, verbose = FALSE, pretty = FALSE)
x |
RCX or CX object |
file |
character; the name of the file to which the data are written |
verbose |
logical; whether to print what is happening |
pretty |
logical; adds indentation whitespace to JSON output.
Can be TRUE/FALSE or a number specifying the number of spaces to indent. See |
file character; the name of the file to which the data were written
toCX, rcxToJson, readCX
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.