We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26a0aa commit a74525eCopy full SHA for a74525e
R/fetch.R
@@ -22,6 +22,8 @@ fetch_pkg_tbl <- function() {
22
23
stopifnot(length(x$items) < 100)
24
25
+ print(x)
26
+
27
pkg <-
28
tibble(items = x$items) %>%
29
unnest_wider(items) %>%
0 commit comments