Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
trangdata committed Apr 27, 2024
1 parent 776f0af commit d8193a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/oa_fetch.R
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ oa_request <- function(query_url,
if (grepl("filter", query_url) && grepl("works", query_url)) {
truncated <- unlist(truncated_authors(data))
if (length(truncated)) {
truncated <- shorten_oaid(truncated)
warning(
"The following work(s) have truncated lists of authors: ",
paste(truncated, collapse = ", "),
Expand Down

0 comments on commit d8193a3

Please sign in to comment.