Extracting data.frame column using argument? Not working?

Re: Extracting data.frame column using argument? Not working?

par Erik Spence,
Nombre de réponses : 0
You can't recall the column that way due to an inconsistency in the way R treats column names. df$argument will look for the 'argument' column. R has no reason to think that argument is a variable.