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