datacarpentry / semester-biology

Forkable teaching materials for course on working with data in R
http://datacarpentry.org/semester-biology
Other
76 stars 111 forks source link

Unclear or conflicting instructions in Graphing-acacia-ants-data-manip-R #893

Closed andrewmarx closed 4 years ago

andrewmarx commented 4 years ago

Reading through part 1, my understanding was that the data frame would use select() and only contain the 4 columns listed. The following parts require the newly calculated column, but also additional columns that are not available if the data frame was created using select()

ethanwhite commented 4 years ago

Fixed by #894.