| all_explicit | Check if 'keys' and 'values' named explicitly |
| any_empty | Check if any names are nonempty |
| any_explicit | Check if 'keys' and 'values' named explicitly |
| as.dict | Generic for casting various types to dict. |
| as.dict.default | Default as.dict |
| as.list.dict | Dictionary to a list |
| dict | Dict |
| dictionary-package | dictionary: a dependence-free hashmap for R |
| dot-KEY_NAME | Value used internally to identify 'keys' argument |
| dot-VAL_NAME | Value used internally to identify 'values' argument |
| env_has_key | Check if an environment contains a key |
| get_from_env | Retrieve values from environment |
| get_items | Items from environment |
| get_keys | Get keys from a named list |
| get_values | Get values from a named list |
| is_empty_env | Check if environment is empty |
| items | Get items from a dict |
| keys | Get keys from a dict |
| length.dict | Generic for length of dict |
| length-set-.dict | Prevents length assignment |
| listify | Create a list from x |
| make_env | Creates an environment from a given list of arguments |
| none_empty | Check if all names are nonempty |
| print.dict | Print generic for dict |
| set_in_env | Set values in an environment |
| size | Number of elements in a dict |
| str.dict | Generic for string representation |
| sub-dict | Extract or Replace Parts of a dict |
| values | Get values from a dict |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.