Preprocess and enrich the raw information from an applicant's JSON
Source:R/preprocess.R
preprocess.RdThis function preprocesses the applicant data and enriches it with additional data. Needs an internet connection to query the BIP! and OpenAlex APIs.
Arguments
- applicant
The applicant data to be preprocessed (as loaded with the
read_RESQUEfunction).- get_BIP
Should the BIP! API be polled for impact indicators? If FALSE, NA values are returned.
- get_OpenAlex
Should the papers be polled from OpenAlex? If FALSE, NA values are returned. If FALSE, many indexes cannot be computed, including: Citation counts, FNCS, author networks
- verbose
Show diagnostic information?