Skip to contents

Removes the downloaded model file(s) from the package data directory.

Usage

delete_model(model, quiet = FALSE)

Arguments

model

Character string: name of the model to delete.

quiet

Logical: if TRUE, suppress confirmation prompt.

Examples

if (FALSE) { # \dontrun{
delete_model("vecs_sgns300_bnc_pos")
} # }