This function is a modification of the 'rorcid' package, for quick consultation of researchers. The package is installed and loaded into the function.
install.packages('rorcid')
require(rorcid)
For authentication and use of the function it is necessary to log in to the ORCID website.
This function obtains information from the ORCID database with the indicators shown below (if public):
- ORCID
- Scopus ID
- First Name
- Laste Name
- Career position
- Keywords
- Country
The output of the function is a data.frame object with the above indicators as variables.
Only 200 observations can be obtained for each query.
query = get.orcid.info('Machine Learning , bioinformatics')