Releases: crew102/wosr
Releases · crew102/wosr
v0.3.0
New functions
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
Misc
- 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
v0.2.0
New functions
query_wos_apply()
andpull_wos_apply()
added to issue multiple queries to the WoS API and pull the data for those queries, respectively
Misc
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)