writeJSON.prepmodel: Saves preprocessing model to JSON file which can be loaded to...

View source: R/prep.R

writeJSON.prepmodelR Documentation

Saves preprocessing model to JSON file which can be loaded to web-application (mda.tools/prep).

Description

Saves preprocessing model to JSON file which can be loaded to web-application (mda.tools/prep).

Usage

## S3 method for class 'prepmodel'
writeJSON(obj, fileName)

Arguments

obj

list with preprocessing methods (created using prep.fit function).

fileName

file name (or full path) to JSON file to save the model into.


mdatools documentation built on March 6, 2026, 5:08 p.m.