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

View source: R/generic.R

exportToJSONR Documentation

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

exportToJSON(object, ...)

## S4 method for signature 'theta'
exportToJSON(object, ...)

## S4 method for signature 'omega'
exportToJSON(object, ...)

## S4 method for signature 'sigma'
exportToJSON(object, ...)

## S4 method for signature 'parameters'
exportToJSON(object, ...)

## S4 method for signature 'campsis_model'
exportToJSON(object, ...)

Arguments

object

any object

...

extra arguments, unused

Value

the loaded S4 object


campsismod documentation built on Jan. 27, 2026, 5:07 p.m.