2 lines
50 B
R
2 lines
50 B
R
> x <- c(hello=1, world=2, "!"=3)
|
|
> print(x["!"])
|
> x <- c(hello=1, world=2, "!"=3)
|
|
> print(x["!"])
|