Hello! I'm working through Lab 1 in preparation for the spring semester. I've found that when I follow the directions in the lab and simply type arbuthnot into my console (or in a chunk) it does not add arbuthnot to my global environment. Am I doing something incorrectly? Is there an option in RStudio that I need to change?
I can add it by either typing arbuthnot <- arbuthnot or data(arbuthnot) which seems to be how it used to be coded. Any tips?
Hello! I'm working through Lab 1 in preparation for the spring semester. I've found that when I follow the directions in the lab and simply type
arbuthnotinto my console (or in a chunk) it does not addarbuthnotto my global environment. Am I doing something incorrectly? Is there an option in RStudio that I need to change?I can add it by either typing
arbuthnot <- arbuthnotordata(arbuthnot)which seems to be how it used to be coded. Any tips?