dalejbarr / assessr

tools for computer-aided assessment of student RMarkdown assignments
Other
5 stars 2 forks source link

tbl_same_dims() giving different results for tibbles and data.frames? #5

Open dalejbarr opened 7 years ago

dalejbarr commented 7 years ago

from Phil: on lab 5, task 2, the same dimensions call as the solution dat2, doesnt quite work. There is something different about dat2 <- select(dat, Intellect_Rating, Impression_Rating, Hire_Rating, ï..CONDITION) and dat2 <- select(dat, Intellect_Rating, Impression_Rating, Hire_Rating, CONDITION)`