Skip to content

Commit

Permalink
author ids new rollout (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
trangdata authored Jul 29, 2023
1 parent cb62ee5 commit 71b8715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/A_Brief_Introduction_to_openalexR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ We can do this by filtering on the authorships.author.id/author.id or authorship
```{r}
oa_fetch(
entity = "works",
author.id = c("A923435168", "A2208157607"),
author.id = c("A5048491430", "A5023888391"),
verbose = TRUE
) %>%
show_works() %>%
Expand Down

0 comments on commit 71b8715

Please sign in to comment.