remove_all_modules | R Documentation |
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.
remove_all_modules(steplist)
steplist |
An |
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.
x <- remove_all_modules(steplist_party)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.