it's -> its (#528)
This commit is contained in:
committed by
Hadley Wickham
parent
f91ab68bf2
commit
de449d678b
@@ -489,7 +489,7 @@ These are described in more detail below.
|
|||||||
|
|
||||||
### List to vector
|
### 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}
|
```{r}
|
||||||
df <- tribble(
|
df <- tribble(
|
||||||
|
|||||||
Reference in New Issue
Block a user