find_info: PackageMA - find_info

Description Usage Arguments Value Examples

Description

Extract additional information based on a person's ID.

Usage

1
find_info(x, reqtime = 0, index = TRUE)

Arguments

x

A numeric ID.

reqtime

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

index

If set to TRUE, a continuous index keeps track of the ID's that were already scraped.

Value

Returns a dataframe with additional project variables, such as the number of projects, the name of the projects and their corresponding IDs.

Examples

1
2
3
4
 find_info(id)
x <- fasteR("Jürgen Gerhards")
y <- find_info(x$id)
z <- dplyr::left_join(y, x)

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