Rdocumentation
powered by
Learn R Programming
Dict (version 0.6)
omit: Removes key(s) from a dictionary or named list
Description
Returns a new dictionary or named list with the specified keys omitted.
Usage
omit(dict, ...)
Arguments
dict
dictionary or named list
...
character vector(s) of keys to remove
Value
a new object without the entries corresponding to the specified keys