fasteR: PackageMA - fasteR

Description Usage Arguments Value Examples

View source: R/fasteR.R

Description

Search the GEPRIS-Database for a name and extract the information.

Usage

1
fasteR(x, reqtime = 0, id_only = FALSE)

Arguments

x

A name put in quotation marks.

reqtime

An integer number specifying the number of seconds to wait between requests. Default is set to 0.

id_only

If TRUE, returns only a vector containg the ID.

Value

Returns a dataframe consisting of a ID-Variable, the name-Variable and the input-Variable.

Examples

1
2
names <- c("J*rgen Gerhards", "Matthias Middell", "Stefan Hornbostel")
id <- sapply(names, fasteR, reqtime = 5, id_only = TRUE)

NicoB-UOL/TopicFunder documentation built on Aug. 1, 2019, 5:20 p.m.