Extracting data.frame column using argument? Not working?

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

by Erik Spence -
Number of replies: 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.