I'm struggling a little bit to join some data together. I have 2 sets of data :
- Sub_all_hard = 165 entries and four columns (subj_id, gender, age, language)
- Sub_all_easy = 164 entries and four columns same as above. I tried to do bind_rows and it says : Tibble columns must have compatible sizes.
- Size 164: Column
y
. - Size 165: Column
x
. i Only values of size one are recycled.
Once I join them I need to add the data to another one which is a questionnaire that all the subj_id responded too and I feel like I can't make it with my actual level. Any help to explain how