Re: [R] attributes in dplyr and haven

2015-08-04 Thread Hadley Wickham
Install the latest version of dplyr? Should be fixed there. Hadley On Tue, Aug 4, 2015 at 9:40 AM, Conklin, Mike (GfK) wrote: > I read in spss files using haven's read_spss. Each column then gets > attributes assigned named > label - a long description of the variable > class -" labelled" > labe

[R] attributes in dplyr and haven

2015-08-04 Thread Conklin, Mike (GfK)
I read in spss files using haven's read_spss. Each column then gets attributes assigned named label - a long description of the variable class -" labelled" labels --- answer labels i.e. 1=Male, 2=Female example - > attributes(KPTV[[3]]) $label [1] "DERIVED: Survey language" $class [1] "labelled"