CrumpLab / psyc7709_2019

Course website for PSYC 7709 - Using R for Reproducible Research (taught by Matt Crump 2019)
https://crumplab.github.io/psyc7709_2019/
1 stars 7 forks source link

Error object not found #3

Open TheTroyF opened 5 years ago

TheTroyF commented 5 years ago

So I encountered an error message saying an object was not found, I didn't run the individual line and therefore I didn't commit the variable to memory. ie: a <- (1,2,3) What I learned is each time I type a line to do anything I need to ("control+enter" on mac) to run that line and commit it to memory, then the code worked perfectly.