R を初めて使用するので、データ フレームに適切にアクセスできない理由について助けが必要です
> str(new_df)
List of 1 <~~~~ SEE THIS LINE (note to OP, sorry for commenting on the question - RS)
$ :'data.frame': 16 obs. of 2 variables:
..$ x: num [1:16] 2002 2003 2004 2005 2006 ...
..$ y: num [1:16] 457320 431640 412090 389090 396020 ...
> new_df$x
NULL