Can a function find its variables?
Consider this function
x_plus_y <- function(x) {
x + y
}
Cet exercice fait partie du cours
Introduction to Writing Functions in R
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
