Skip to content

Commit b63a1f4

Browse files
committed
new conf
1 parent 256bf50 commit b63a1f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsite/publications.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ library(DT)
1717
pub <- openalexR::oa_fetch(entity ="works",
1818
author.id = c("A5015968787", "A5072021711"))
1919
20+
# pub <- openalexR::oa_fetch(entity ="works", grants.funder = "f4320322511")
21+
2022
pub_mod <- pub$author %>% lapply(., function(x) {x$au_display_name %>% str_flatten(., collapse = ", ")}) %>% unlist() %>% tibble(authors = .) %>% cbind(pub, .)
2123
2224
pub_mod %>%

0 commit comments

Comments
 (0)