Wiley apparently has xml now
sckott opened this issue · 0 comments
sckott commented
e.g. https://api.crossref.org/works/10.1111/evo.13812
seems like a bit less than half of the 300 papers here have xml links:
res <- rcrossref::cr_members(311, works=TRUE, limit=300, offset=100)
NROW(res$data [vapply(res$data$link, function(b) any(grepl("full-xml", b$URL)), logical(1)),])
#> 122
perhaps support this