| export_to_json | R Documentation |
Export the given object to a JSON object, ready to be written to files.
export_to_json(object, ...)
## S4 method for signature 'theta'
export_to_json(object, ...)
## S4 method for signature 'omega'
export_to_json(object, ...)
## S4 method for signature 'sigma'
export_to_json(object, ...)
## S4 method for signature 'parameters'
export_to_json(object, ...)
## S4 method for signature 'campsis_model'
export_to_json(object, ...)
object |
any object |
... |
extra arguments, unused |
the loaded S4 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.