Unnamed list-columns naturally unnest *into* rows (#1438)
"in to" becomes "into
This commit is contained in:
parent
8f475fd50e
commit
b4d244836a
|
@ -208,7 +208,7 @@ df1 <- tribble(
|
|||
|
||||
When the children are **unnamed**, the number of elements tends to vary from row-to-row.
|
||||
For example, in `df2`, the elements of list-column `y` are unnamed and vary in length from one to three.
|
||||
Unnamed list-columns naturally unnest in to rows: you'll get one row for each child.
|
||||
Unnamed list-columns naturally unnest into rows: you'll get one row for each child.
|
||||
|
||||
```{r}
|
||||
|
||||
|
|
Loading…
Reference in New Issue