powered by
None.
ids(xs)
(character()).
character()
(list()) Every element must have a slot 'id'.
list()
xs = list(a = list(id = "foo", a = 1), bar = list(id = "bar", a = 2)) ids(xs)
Run the code above in your browser using DataLab