We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6e3ec commit 3eb88fcCopy full SHA for 3eb88fc
tests/manual/manual-list-ghe-repos.R
@@ -9,8 +9,8 @@ Sys.setenv(GITHUB_API_URL = "https://github.ubc.ca")
9
x <- gh::gh("GET /user/repos", .limit = 100)
10
length(x)
11
dat <- tibble(payload = x)
12
-dat %>%
13
- hoist(payload, "full_name") %>%
+dat |>
+ hoist(payload, "full_name") |>
14
print(n = Inf)
15
16
create_from_github("github-administration/migration", destdir = "~/tmp")
0 commit comments