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

View source: R/generic.R

export_to_jsonR 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

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, ...)

Arguments

object

any object

...

extra arguments, unused

Value

the loaded S4 object


campsismod documentation built on July 30, 2026, 9:06 a.m.