Learn R Programming

text (version 1.5)

textModelsRemove: Delete a specified model

Description

This functions delete specified mode and associated files.

Usage

textModelsRemove(target_model)

Value

Confirmation whether the model has been deleted.

Arguments

target_model

(string) The name of the model to be deleted.

See Also

see textModels

Examples

Run this code
if (FALSE) {
textModelsRemove("name-of-model-to-delete")
}

Run the code above in your browser using DataLab