convertJsonToSettings {ParallelLogger} | R Documentation |
Converts a JSON string to a settings object
Description
Converts a JSON string to a settings object
Usage
convertJsonToSettings(json)
Arguments
json |
A JSON string. |
Details
Converts a JSON string generated using the convertSettingsToJson
function to a
settings object, restoring object classes and attributes.
Value
An R object as specified by the JSON.
[Package ParallelLogger version 3.3.0 Index]