Get your own website Result Size: 625 x 565
x
 
name <- "John"
age <- 40
name   # output "John"
age    # output 40
[1] "John"
[1] 40