Description Usage Arguments Value See Also Examples
Returns a dictionary in which numbers and string (including vectors of each) can be used as keys, and any R object can be used as value.
1  | 
init_keys | 
 Optional list of keys for initialization  | 
init_values | 
 Optional list of values for initialization  | 
A dictionary object that can be used to assign and extra values using either the [[ ]] operator
or member functions accessed via $.
1 2 3 4 5 6 7 8 9 10 11 12  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.