I am new to R
this is the code I am using
dataframe = data.frame(listData)
FBR1 = bind_rows(listData)
and this is the error message that I get
"Can not automatically convert from factor to integer in column "V6"".
I want to keep the V6 variable as a factor. Or if this cannot be possible I would like to know an efficient method to perform this conversion. This conversion indeed should not be applied to V6 alone as in the data frame there are similar columns (i.e. V6.1, V6.2 until V6.250!) that contain the same kind of information (word text: "left", "right").
I also wonder how with bind_rows function it was possible to convert information about the gender codified as "male", "female" in variable "V1" "V1.1"..."V1.250"