A list of accessors for indexing into the object.
Can be positive integers,
negative integers (to index from the right),
strings (to index into names) or
missing (to keep all elements at a given level).
Unlike purrr::pluck(),
each accessor may be a vector to extract multiple elements.