https://github.com/southernmethodistuniversity/intro-to-r
This is an introductory R workshop for beginners, covering the basics of installation, working with objects, and using control structures.
https://github.com/southernmethodistuniversity/intro-to-r
data-science r
Last synced: over 1 year ago
JSON representation
This is an introductory R workshop for beginners, covering the basics of installation, working with objects, and using control structures.
- Host: GitHub
- URL: https://github.com/southernmethodistuniversity/intro-to-r
- Owner: SouthernMethodistUniversity
- License: cc-by-sa-4.0
- Created: 2024-12-19T19:46:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T16:00:51.000Z (over 1 year ago)
- Last Synced: 2025-02-14T19:53:35.479Z (over 1 year ago)
- Topics: data-science, r
- Language: R
- Homepage: https://southernmethodistuniversity.github.io/intro-to-r/
- Size: 6.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to R Workshop 
This workshop is the first in a series of three R workshops intended for complete beginners to learn the basics of the R programming language and get started on common data science and visualization applications. This first workshop covers the basics of installation, working with objects, and using control structures. Every workshop in the series concludes with hands-on exercises to help you put your new skills into practice.
The content for this workshop is developed and taught by the OIT Research Technology Services team at SMU in collaboration with SMU Libraries.
## Objectives
- Learn the basics of the R programming language.
- Learn how to use the RStudio IDE.
- Learn to leverage the different data types and structures available in R.
- Learn how to write functions to streamline your code.
- Gain hands-on experience with programming in R.
[](http://creativecommons.org/licenses/by-sa/4.0/)