Understanding R Function Scoping and Closures

Go to class
Write Review

Free Online Course: Understanding R Function Scoping and Closures provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Understanding R Function Scoping and Closures is taught by Justin Flett.

Overview
  • R is a widely used programming language for statistical computing. This course will teach you the fundamentals of understanding and creating your own custom functions, as well as function scoping and closures within R.

    R is a widely used programming language for statistical computing. In this course, Understanding R Function Scoping and Closures, you will learn foundational knowledge of creating your own custom functions within R as well as working with function scoping and closures. First, you will learn the basics of using and creating simple functions. Next, you will learn how to work with function returns and triggers and you will learn how to pass various data structures as arguments to a function. Finally, you will explore function closures and scoping within R. When you are finished with this course, you will have the skills of R functions needed to create your very own custom functions.