Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
thislist <- list("apple", "banana", "cherry", "orange", "kiwi", "melon", "mango") (thislist)[2:5]
x
thislist
<-
list
(
"apple"
,
"banana"
,
"cherry"
,
"orange"
,
"kiwi"
,
"melon"
,
"mango"
)
(
thislist
)[
2
:
5
]
[[1]]
[1] "banana"
[[2]]
[1] "cherry"
[[3]]
[1] "orange"
[[4]]
[1] "kiwi"