citationchaser icon indicating copy to clipboard operation
citationchaser copied to clipboard

`get_records = 'both'` is not implemented

Open jpeacock29 opened this issue 4 months ago • 0 comments

Again, apologies if I'm missing something, but get_refs function does not appear to implement this functionality. For example, the following code returns NULL:

get_refs(c("10.1111/sum.12030"), save_object=TRUE, type = "doi", get_records="both",
token="XXX")

Furthermore, searching the code, I saw conditional branches for "references" and "citations", but "both" doesn't seem to be handled anywhere.

jpeacock29 avatar Apr 10 '24 19:04 jpeacock29