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
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"
2 matches
Mail list logo