So, I thought I was all good to go because all my code was running perfectly, but right as I'm trying to knit to submit it throws this error. This is in the "Test Function" section following Step 5, and even it appears to be something to do with this particular line of code:
So, I thought I was all good to go because all my code was running perfectly, but right as I'm trying to knit to submit it throws this error. This is in the "Test Function" section following Step 5, and even it appears to be something to do with this particular line of code:
my.final.pick <- change_door( stay=F, opened.door=goat.door, a.pick=my.initial.pick )
--which is causing goat.door to not be found? Again, this issue is only occurring when I attempt to knit. Any ideas?