Hi, you are right. This line of code just loads the data into the R session. You can then check out what problems are there with
problems(First_Time_Awarded)
Also, both of these functions come from readr function and you can check out help file if you type
?readr::read_csv
?readr::problems
in your console.
And as for your questions, here is the correct answer:
Or is it just letting me know that some of the data is not in the same format that is expected (i.e there is a letter where their should be a number).