A
Q. What will be the output of the following R code?
> x <- list(foo = 1:4, bar = 0.6, baz = "hello")
> name <- "foo"
> x$name
- Correct Answer - Option(D)
- Views: 13
- Filed under category R Programming
- Hashtags:
Discusssion
Login to discuss.