Description Usage Arguments Details Examples
Transports a plpModel to a new location and removes sensitive data
1 | transportModel(plpModel, outputFolder)
|
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. |
This function is used to
1 2 3 4 | ## Not run:
transportModel(plpModel, "s:/temp/exportTest")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.