convertSettingsToJson {ParallelLogger} | R Documentation |
Convert a settings object to a JSON string
Description
Convert a settings object to a JSON string
Usage
convertSettingsToJson(object)
Arguments
object |
R object to be converted. |
Details
Convert a settings object to a JSON string, using pretty formatting and preserving object classes and attributes.
Value
A JSON string representing the R object.
[Package ParallelLogger version 3.3.0 Index]