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.
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.