This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
MINOR IMPROVEMENTS
orcid_search()
changes: now returns number of records found as an attribute; get it by doingattr(x, "found")
ifx
is the result of a call toorcid_search()
. In addition, added an example of retreiving number of records found, as well as added more documentation to the function page on pagination. (#86)- Auth gains a 3rd method: 2 legged OAuth. Updated
?orcid_auth
docs on the 3 different auth methods, as well as the README and auth vignette. (#87)