Unnamed list-columns naturally unnest *into* rows (#1438)

"in to" becomes "into
This commit is contained in:
Peter Baumgartner 2023-04-17 15:16:12 +02:00 committed by GitHub
parent 8f475fd50e
commit b4d244836a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}