Description Usage Arguments Value Author(s) Examples
The sole functionality of the frozenset() class in Dendrix appeared to be as a hashable key, so this function simply replicates that functionality in R.
1 | frozenSet(set)
|
set |
A collapsible object, typically a vector or Vector. |
sep |
The character to separate items in the serialized object. Default is |. |
A string, with the entries sorted in alphabetical order.
Tim Triche, Jr.
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.