The field an access names, if it is written out: x$f, x[["f"]], or x[[2]], which is how a list records its positional entries.
x$f
x[["f"]]
x[[2]]
The field an access names, if it is written out:
x$f,x[["f"]], orx[[2]], which is how a list records its positional entries.