convertSettingsToJson {ParallelLogger} | R Documentation |
Convert a settings object to a JSON string
convertSettingsToJson(object)
object |
R object to be converted. |
Convert a settings object to a JSON string, using pretty formatting and preserving object classes and attributes.
A JSON string representing the R object.