ids {mlr3misc} | R Documentation |
Extract ids from a List of Objects
Description
None.
Usage
ids(xs)
Arguments
xs |
( |
Value
(character()
).
Examples
xs = list(a = list(id = "foo", a = 1), bar = list(id = "bar", a = 2))
ids(xs)
[Package mlr3misc version 0.15.1 Index]