Describe the enhancement requested
#19706 added support for creating nested field refs, and it uncovered that it is possible in C++ to create FieldRefs from integer positions but it is not supported in R. Expression$field_ref(2) is theoretically useable, but support for struct_column[[2]] in a dplyr pipeline would be more practically useful.
Component(s)
R