Description Usage Arguments Value Examples
remove_model
removes a model from a library
1 2 3 4 5 | remove_model(
model_name,
lib_name,
test_mode
)
|
model_name |
Name of the model. |
lib_name |
Name of the library that contains the model (e.g. "NMF", "music" or "bseqsc"). |
test_mode |
Testrun indicator. Default value FALSE. |
Removal of model from package directory
1 2 3 4 5 | remove_model(
model_name = "my_model",
lib_name = "bseqsc",
test_mode = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.