transportModel: Transports a plpModel to a new location and removes sensitive...

Description Usage Arguments Details Examples

View source: R/ImportExport.R

Description

Transports a plpModel to a new location and removes sensitive data

Usage

1
transportModel(plpModel, outputFolder)

Arguments

plpModel

A trianed model.

outputFolder

The folder on the file system where the CSV files will be created. If the folder does not yet exist it will be created.

Details

This function is used to

Examples

1
2
3
4
## Not run: 
transportModel(plpModel, "s:/temp/exportTest")

## End(Not run)

hxia/plp-git-demo documentation built on March 19, 2021, 1:54 a.m.