https://github.com/doi-usgs/examplerproj
Example repo of a very basic RStudio project setup. Used for Intro to R classes.
https://github.com/doi-usgs/examplerproj
Last synced: about 1 month ago
JSON representation
Example repo of a very basic RStudio project setup. Used for Intro to R classes.
- Host: GitHub
- URL: https://github.com/doi-usgs/examplerproj
- Owner: DOI-USGS
- License: other
- Created: 2018-07-06T21:35:05.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T22:10:01.000Z (about 2 years ago)
- Last Synced: 2025-03-29T09:12:36.842Z (about 2 months ago)
- Language: R
- Size: 2.69 MB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# exampleRproj
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:
1. 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 called `exampleRproj-master` in the location you specify.
1. Rename the directory (at least drop the `-master`).
1. Go to RStudio and click `File`, then `New Project...`.
1. Select `Existing Directory`.
1. Click `Browse` and find your downloaded and unzipped folder.
1. Finally, click `Create Project`.Here is a video walk-through of how to do the steps above:
![]()