Skip to contents

Convert model estimate metadata objects to json format

Usage

json_conversion(type, params, analysis_lut)

Arguments

type

Character string; one of "script", "regulations", or "r_session". Evan or Colt: help!

params

??

analysis_lut

??

Value

Evan or colt: help!

Examples

if (FALSE) { # \dontrun{
json_conversion(type = "script")
json_conversion(type = "r_session")
} # }