textModelsRemove {text} | R Documentation |
Delete a specified model and model associated files.
Description
Delete a specified model and model associated files.
Usage
textModelsRemove(target_model)
Arguments
target_model |
(string) The name of the model to be deleted. |
Value
Confirmation whether the model has been deleted.
See Also
see textModels
Examples
## Not run:
textModelsRemove("name-of-model-to-delete")
## End(Not run)
[Package text version 1.2.3 Index]