- Fixed issue with
pull_wos()
and associated function not working with R 4.3 (#26) - Updated test harness to use IP-based authentication when available
pull_cited_refs()
added to pull a publication's cited references (#5)pull_related_recs()
added to pull a publication's set of related referencescreate_ut_quereis()
added to create a list of UT-based queries
- An error is no longer thrown when user attempts IP-based authentication (#6)
write_wos_data()
now creates the directory to write files to if it doesn't already exist
query_wos_apply()
andpull_wos_apply()
added to issue multiple queries to the WoS API and pull the data for those queries, respectively
pull_wos()
now returns empty data frames instead ofNA
if the user's query returns no resultspull_wos()
explicitly casts all string fields to be character vectors, andpull_incites()
now correctly casts theesi_most_cited_article
field to be a logical vector (instead of a numeric)
write_wos_data()
andread_wos_data()
added to write the data returned bypull_wos()
as a series of CSVs and to read those CSVs back into R
pull_wos()
now sleeps one second whenever it encounters a throttling limit
- The InCites API was updated by Clarivate, including moving to a new endpoint URL and changing the order of fields returned by the "DocumentLevelMetricsByUT" method. Small changes to the internals of
pull_incites()
were made to reflect this.
auth()
added to get a session ID from WoS API serverquery_wos()
andpull_wos()
added to query and download data from the WoS API, respectivelypull_incites()
added to pull data from the InCites API