CommencerCommencer gratuitement

Variable precedence 1

Consider this code, run in a fresh R session.

x_plus_y <- function(x) {
  y <- 3
  x + y
}
y <- 7

If you now call x_plus_y(5), what is the result?

Cet exercice fait partie du cours

Introduction to Writing Functions in R

Afficher le cours

Exercice interactif pratique

Passez de la théorie à la pratique avec l’un de nos exercices interactifs

Commencer l’exercice