remove_model: remove_model

Description Usage Arguments Value Examples

View source: R/Utility.R

Description

remove_model removes a model from a library

Usage

1
2
3
4
5
remove_model(
    model_name,
    lib_name,
    test_mode
)

Arguments

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.

Value

Removal of model from package directory

Examples

1
2
3
4
5
remove_model(
    model_name = "my_model",
    lib_name = "bseqsc",
    test_mode = TRUE
)

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