trying to extract author affiliations from dois as discussed here -- now trying to use rcrossref instead of pubmedR
I have this code that always gives me this output:
> test <- cr_works(doi = '10.3390/ijms21165655', facet = TRUE)
Warning message:
400 (client error): /works/10.3390/ijms21165655 - This route does not support facet
Does this mean affiliation information is not available? Unsure what to do here. Please help and thank you!