DS4PS / ays-r-coding-sum-2022

Introductory data science course in R, taught at the Andrew Young School GSU.
http://ds4ps.org/ays-r-coding-sum-2022/
2 stars 2 forks source link

Knitting Issues #15

Open rfaul1 opened 2 years ago

rfaul1 commented 2 years ago

Hi professor - I'm ready to submit my code-through assignment but I'm having a reoccurring issue that I also had in my last lab I submitted.

I've uploaded my data into into R from an excel sheet and all my code runs fine. However, whenever I try to knit my final assignment, I keep getting this error:

Screen Shot 2022-07-19 at 2 12 41 PM

"X2019formatted" is the name of one of my datasets that I imported. What can I do to fix this? I can't really find anything online.

rfaul1 commented 2 years ago

Nevermind, I figured it out. I didn't read in my data correctly.