title |
---|
Setup |
This lesson assumes you have current versions of the following installed on your computer:
- the R software itself, and
- RStudio Desktop.
You also need to download some files to follow this lesson:
- Make a new folder in your Desktop called
r-novice-inflammation
. - Download [r-novice-inflammation-data.zip]({{ page.root }}/data/r-novice-inflammation-data.zip) and move the file to this folder.
- If it's not unzipped yet, double-click on it to unzip it. You should end up
with a new folder called
data
. - You can access this folder from the Unix shell with:
$ cd
$ cd Desktop/r-novice-inflammation/data
{: .language-bash}