Example repo of a very basic RStudio project setup. Used for Intro to R classes.
You can download this directory without Git or GitHub by clicking this link:
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/USGS-R/exampleRproj
To open as an RStudio project:
- Extract the contents of the zipfile (Windows - right click, then choose
Extract all
). Choose the folder you would like to extract the contents to. Note that this will create a folder calledexampleRproj-master
in the location you specify. - Rename the directory (at least drop the
-master
). - Go to RStudio and click
File
, thenNew Project...
. - Select
Existing Directory
. - Click
Browse
and find your downloaded and unzipped folder. - Finally, click
Create Project
.