retrieve.publication.data: Retrieve publications of UGent authors

Description Usage Arguments Value Examples

Description

Retrieves the publications of given UGent author IDs by parsing the biblio webpage. If run for all UGent IDs, this might take a very long time. In order not to lose progress, it's advised to retrieve all this data in chunks of 100 IDs, and if something goes wrong to try that chunk again.

Usage

1
retrieve.publication.data(ids, mc_cores = 1)

Arguments

ids

a character vector containing UGent author IDs

mc_cores

The number of cores to use, or a qsub qsub_config

Value

a list containing a publications data frame and a list containing each publication's authors

Examples

1
2
ids <- c("001997743793", "801001497901", "801001188309")
person.data <- retrieve.publication.data(ids)

rcannood/scrapebiblio documentation built on May 27, 2019, 3:01 a.m.