For example, I want to assign 1 to a, b, c, ..., z. I have to type,
a <- 1
b <- 1
c <- 1
...
z <- 1
How can I type one line and assign all values to variables?
For example, I want to assign 1 to a, b, c, ..., z. I have to type,
a <- 1
b <- 1
c <- 1
...
z <- 1
How can I type one line and assign all values to variables?