remove_model_NMF: remove_model_NMF

Description Usage Arguments Value Examples

View source: R/Utility.R

Description

remove_model_NMF removes a model from the NMF library

Usage

1
2
3
4
remove_model_NMF(
    model_name,
    test_mode
)

Arguments

model_name

Name of the model.

test_mode

Testrun indicator. Default value FALSE.

Value

Removal of model from package directory

Examples

1
2
3
4
remove_model_NMF(
    model_name = "my_model",
    test_mode = TRUE
)

RaikOtto/ArtDeco documentation built on Oct. 30, 2021, 6:20 p.m.