fetch_orcid: Get Author Info

View source: R/fetch_orcid.R

fetch_orcidR Documentation

Get Author Info

Description

Get and organize author's personal and employement information obtained from ORCID.

Usage

fetch_orcid(orcid)

Arguments

orcid

character. A vector of ORCID numbers.

Details

The functions obtains and organizes personal and employment information using the rorcid functions 'orcid_person' and 'orcid_employments'. Please check the help of these functions for more detail.

Value

a data frame containing in the lines the information for each of the ORCID numbers provided.

Author(s)

Renato A. F. de Lima

Examples


## Not run: 
  orcids <- c("0000-0002-5537-5294", NA, "0000-0002-1048-0138", "not found")
  orcid_info(orcids)

## End(Not run)   
 

FRBCesab/authoR documentation built on July 12, 2022, 6:04 a.m.