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 256bf50 commit b63a1f4Copy full SHA for b63a1f4
subsite/publications.qmd
@@ -17,6 +17,8 @@ library(DT)
17
pub <- openalexR::oa_fetch(entity ="works",
18
author.id = c("A5015968787", "A5072021711"))
19
20
+# pub <- openalexR::oa_fetch(entity ="works", grants.funder = "f4320322511")
21
+
22
pub_mod <- pub$author %>% lapply(., function(x) {x$au_display_name %>% str_flatten(., collapse = ", ")}) %>% unlist() %>% tibble(authors = .) %>% cbind(pub, .)
23
24
pub_mod %>%
0 commit comments