setup

rm(list=ls()) #clear environment

rstudio demo

10*10

10*1
10*2
10*3

c(1, 2, 3) * 10

x <- c(1, 2, 3)
x * 10

"x" * 10


BAREJAA/reactivity documentation built on April 16, 2020, 6:57 p.m.