Extract ids from a List of Objects
None.
ids(xs)
xs
(list()) Every element must have a slot 'id'.
list()
(character()).
character()
xs = list(a = list(id = "foo", a = 1), bar = list(id = "bar", a = 2)) ids(xs)
Helper Functions for 'mlr3'
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.