> Hmm, does it help if you first set
>
> names(attributes(data)$variable.labels) <- names(data)
Yes, it does, many thanks!
I'll take some time later to work out what all these commands mean :^)
--
Fabrice DELENTE
__
R-help@r-project.org mailing lis
Fabrice DELENTE wrote:
Hello.
I used Limesurvey to get answers to a survey. Now I need to process the data
collected.
I exported the R syntax file describing the survey structure, the file is a
http://fdelente.free.fr/Surveydata_syntax.R
It contains lines like
attributes(data)$variable.lab
Hello.
I used Limesurvey to get answers to a survey. Now I need to process the data
collected.
I exported the R syntax file describing the survey structure, the file is a
http://fdelente.free.fr/Surveydata_syntax.R
It contains lines like
attributes(data)$variable.labels[which(names(data)=="V5
3 matches
Mail list logo