deleteAttr {EpiModel} | R Documentation |
Delete Elements from Attribute List
Description
Deletes elements from the main attribute list.
Usage
deleteAttr(attrList, ids)
Arguments
attrList |
Attribute list. |
ids |
ID numbers to delete from the list. |
Details
This function is deprecated; use delete_attr
instead.
Value
The updated attribute list.
[Package EpiModel version 2.4.0 Index]