as_dict | Coerces an object to a dictionary |
as.list.dict | Coerces the dictionary to a named list |
default | Gets and sets the default value of a dictionary. |
detect_key | Finds the key of the first match |
dict | Creates a new dictionary |
dict_operators | Access or replace values of a dictionary |
entries | Converts a dictionary to a list of key/value pairs |
entry | Returns a list with elements 'key' and 'value'. |
equals-.dict | Checks whether two dictionary contain the same values |
extend | Merge two dictionaries or named lists. |
has | Check whether a dictionary contains the specified key(s) |
hello | Hello, World! |
immutable | Transforms any collection into an immutable collection. |
invert | Inverts a dictionary |
is_dict | Tests whether the object is a dictionary. |
is_immutable | Checks whether a collection is immutable |
keys | Returns or assigns the keys of the provided dictionary. |
length.dict | Get the length of the dictionary |
make_dict | Create a new dictionary from a list or vector of keys and... |
map_dict | Map, filter, collect on keys and values of the dictionary |
omit | Removes key(s) from a dictionary or named list |
print.dict | Prints the contents of a dictionary |
str.dict | Display structure of dictionary |
values | Returns or assigns the values of the provided dictionary. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.