Learn R Programming

text (version 0.9.90)

textModelsRemove: Delete a specified model and model associated files.

Description

Delete a specified model and model associated files.

Usage

textModelsRemove(target_model)

Value

Confirmation whether the model has been deleted.

Arguments

target_model

Character string of the model name that you want to delete.

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