Checks if an aspect is identical for all elements in a nested list. The aspect is specified by fun, e.g. `[[`, followed by the element name to compare.
Usage
all_identical(x, fun, ...)
Arguments
x
A nested list of objects.
fun
Function used to extract information of each element of x.