remove_all_modules {epicmodel} | R Documentation |
Remove all modules
Description
Removes all entries in data.frame module
from an epicmodel_steplist
object. Also turns all values of variable module_step
in data.frame
step
from an epicmodel_steplist
to empty strings.
Usage
remove_all_modules(steplist)
Arguments
steplist |
An |
Value
An epicmodel_steplist
object with empty data.frame module
and empty strings in variable module_step
in data.frame step
. When
continuing with this steplist, SCC models cannot be inspected by module. If you made any changes, you need to call check_steplist()
again.
Examples
x <- remove_all_modules(steplist_party)
[Package epicmodel version 0.2.0 Index]