Man pages for stefano-meschiari/dict
A dictionary class for R

as_dictCoerces an object to a dictionary
as.list.dictCoerces the dictionary to a named list
defaultGets and sets the default value of a dictionary.
detect_keyFinds the key of the first match
dictCreates a new dictionary
dict_operatorsAccess or replace values of a dictionary
entriesConverts a dictionary to a list of key/value pairs
entryReturns a list with elements 'key' and 'value'.
equals-.dictChecks whether two dictionary contain the same values
extendMerge two dictionaries or named lists.
hasCheck whether a dictionary contains the specified key(s)
helloHello, World!
immutableTransforms any collection into an immutable collection.
invertInverts a dictionary
is_dictTests whether the object is a dictionary.
is_immutableChecks whether a collection is immutable
keysReturns or assigns the keys of the provided dictionary.
length.dictGet the length of the dictionary
make_dictCreate a new dictionary from a list or vector of keys and...
map_dictMap, filter, collect on keys and values of the dictionary
omitRemoves key(s) from a dictionary or named list
print.dictPrints the contents of a dictionary
str.dictDisplay structure of dictionary
valuesReturns or assigns the values of the provided dictionary.
stefano-meschiari/dict documentation built on May 30, 2019, 10:44 a.m.