remove_segment {epicmodel} | R Documentation |
Removes individual entries from data.frames what
, does
, where
, module
, or icc
.
remove_segment(steplist, id)
steplist |
An |
id |
A single non-missing element of type character describing the ID of the entry you want deleted. |
An epicmodel_steplist
class object. If you made any changes, you need to call check_steplist()
again.
steplist_party <- remove_segment(steplist_party, "d4")