I am trying to have a quick overview of the dataset variables using this command in R:
str(df, vec.len=1, max.level=1)
But I am getting NA at first:
$ Life.expectancy.at.birth..male..years.  : num  NA NA ...                                             
$ Methane.emissions..kt.of.CO2.equivalent.  : int  NA NA ...                                              
$ Population..total: num  NA NA ...                                                                       
 
    