column_orderings()
helper functions....
in equal_elements()
to all.equal (issue with map).I created equal_elements()
as a helper for column_orderings()
to deal with columns which were the
same. My intention was to remove all but one of each set of equal columns before producing the paths. However, doing this would have been flawed since the equality measure with NAs ignored would not be
transitive. Instead, I kept all paths and had equal_elements()
treat data frames as lists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.