Update lists.Rmd

I would imagine this was the intention
This commit is contained in:
Kirill Sevastyanenko 2015-12-16 18:25:30 -05:00
parent fc142e6c5f
commit 1c37fa0493
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ x <- list(1, 2, 3)
str(x)
x_named <- list(a = 1, b = 2, c = 3)
str(x)
str(x_named)
```
Unlike atomic vectors, `lists()` can contain a mix of objects: