Skip to content

bradleyboehmke/analytics-connect-intermediate-r

Repository files navigation

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 (bradley.boehmke@8451.com).

Releases

No releases published

Packages

No packages published

Languages