it's -> its (#528)

This commit is contained in:
Ben Steinberg 2017-05-03 15:01:23 +02:00 committed by Hadley Wickham
parent f91ab68bf2
commit de449d678b
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ These are described in more detail below.
### List to vector
If you can reduce your list column to an atomic vector then it will be a regular column. For example, you can always summarise an object with it's type and length, so this code will work regardless of what sort of list-column you have:
If you can reduce your list column to an atomic vector then it will be a regular column. For example, you can always summarise an object with its type and length, so this code will work regardless of what sort of list-column you have:
```{r}
df <- tribble(