Learn R Programming

allometric (version 2.1.0)

toJSON,FixedEffectsModel-method: Convert a fixed effects model to a JSON representation

Description

This function converts a fixed effects model into a JSON representation. Primarily, this is used internally to populate a remotely hosted MongoDatabase.

Usage

# S4 method for FixedEffectsModel
toJSON(object, ...)

Value

A string containing the JSON representation of the object

Arguments

object

A fixed effects model

...

Additional arguments passed to jsonlite::toJSON

Examples

Run this code
toJSON(brackett_rubra, pretty = TRUE)

Run the code above in your browser using DataLab