From b4d244836a0671faaf1111cb292c27b9a50a4c73 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Mon, 17 Apr 2023 15:16:12 +0200 Subject: [PATCH] Unnamed list-columns naturally unnest *into* rows (#1438) "in to" becomes "into --- rectangling.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rectangling.qmd b/rectangling.qmd index 27b4374..22c7ef5 100644 --- a/rectangling.qmd +++ b/rectangling.qmd @@ -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}