Re: Extracting data.frame column using argument? Not working? by Erik Spence - Monday, 15 November 2021, 8:49 AM 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. Permalink Show parent