Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradleyboehmke/analytics-connect-intermediate-r
Intermediate R (slides for Analytics Connect '18)
https://github.com/bradleyboehmke/analytics-connect-intermediate-r
data-science education r train training-labs
Last synced: 16 days ago
JSON representation
Intermediate R (slides for Analytics Connect '18)
- Host: GitHub
- URL: https://github.com/bradleyboehmke/analytics-connect-intermediate-r
- Owner: bradleyboehmke
- Created: 2018-10-21T19:25:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T20:27:54.000Z (over 6 years ago)
- Last Synced: 2024-12-02T00:33:34.829Z (2 months ago)
- Topics: data-science, education, r, train, training-labs
- Language: R
- Homepage: http://bit.ly/intermediate-r-slides
- Size: 45 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Analytics Connect 2018: Intermediate R
Advancing to an intermediate skill level for any programming language includes understanding how to write efficient code. This short course will focus on two methods for writing more efficient code with R.
First, we will discuss how to ___write your own R functions___. Functions allow you to reduce code duplication by automating a generalized task to be applied recursively. Whenever you catch yourself repeating a function or copy-and-pasting code there is a good chance that you should write a function to eliminate the redundancies.
Second, we will discuss different ___approaches to perform iteration___. Iteration helps you when you need to do the same thing to multiple inputs, such as repeating the same operation on different columns, or on different datasets.
This course is hands-on so you will need to have R and RStudio pre-installed on your laptop or have access to a server with these software pre-installed. Any questions about these prerequisites can be sent to Brad Boehmke ([email protected]).