Learn R Programming

campsismod (version 1.4.0)

export_to_json: Export the given object to a JSON object, ready to be written to files.

Description

Export the given object to a JSON object, ready to be written to files.

Usage

export_to_json(object, ...)

# S4 method for theta export_to_json(object, ...)

# S4 method for omega export_to_json(object, ...)

# S4 method for sigma export_to_json(object, ...)

# S4 method for parameters export_to_json(object, ...)

# S4 method for campsis_model export_to_json(object, ...)

Value

the loaded S4 object

Arguments

object

any object

...

extra arguments, unused