swirldev / The_R_Programming_Environment

34 stars 58 forks source link

Reading _Tabular_Data not working past 41% completion #14

Open dmberger opened 2 years ago

dmberger commented 2 years ago

problem is with the read_csv(datafile) step. Need to include show_col_types = FALSE in order to proceed to the next step. putting this in as the answer gets an error, and using the skip() will not resolve it because the correct answer is not working either.