-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to extract CNCI? #21
Comments
OK, pretty sure I've worked this out. to response <- httr::GET(paste0(url, "&ver=2", collapse = ""), ua(), httr::add_headers(c("X-APIKey" = key))) I get the updated output. Unfortunately, I think this would be a breaking change, in that I really need this data, so I'm happy to open a branch to make these changes and then open a PR. But, if you don't want to support this, I'm also just happy to create a fork and do this separately. Let me know your preference. |
Hey @tarensanders , I'd be happy to review a PR if you're up for it. Problem is that I lost access to the WOS and InCites APIs about 3 years ago, so I haven't been able to test any changes to this package (or really confirm that it's still working at all). If you have an API key that you're able to use to query incites, and if you're able to run tests locally that confirm that tests pass, that would be enough for me to say go ahead and open up a PR. |
Hi @crew102, good to know. After a bit more digging I was able to confirm that the |
Hi there,
I'm wondering if it's possible to extract the CNCI values from the incites data, as documented here. It seems that
pull_incites
returns a value for "NCI" but I think this is the JNCI?I'm happy to have a stab at this. I'm guessing that maybe this line is 'squashing' the returned list?
https://github.com/vt-arc/wosr/blob/2a0947ce0b3153f88a8a04665112b17a822b0e14/R/pull-incites.R#L111
The text was updated successfully, but these errors were encountered: