Creating Nested and Special-purpose Functions in R
This course will teach you the fundamentals of understanding, using, and creating your own custom special purpose functions within R.
What you'll learn
R is a widely used programming language for statistical computing. In this course, Creating Nested and Special-purpose Functions in R, you will learn foundational knowledge of creating your own custom special purpose functions within R. First, you will learn the basics of using and creating simple functions. Next, you will learn about function scoping and nested functions within R. Finally, you will learn about replacement and anonymous functions within R and how to implement them. When you are finished with this course, you will have an understanding of the fundamentals of R.