Révision | c7ac9866c1a9dbe64f07d0df8c7a20d07d4080e8 (tree) |
---|---|
l'heure | 2025-01-22 06:43:50 |
Auteur | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I now fixed the bit about the unnest function.
@@ -7671,7 +7671,7 @@ | ||
7671 | 7671 | |
7672 | 7672 | |
7673 | 7673 | df_out <- list_json |> |
7674 | - unnest(col=c()) |> | |
7674 | + unnest::unnest() |> | |
7675 | 7675 | as_tibble() |> |
7676 | 7676 | clean_names() |
7677 | 7677 |