get_names: PackageMA - get_names

Description Usage Arguments Value Examples

View source: R/get_names.R

Description

Search the GEPRIS-Database for a subject and it will return a list of names.

Usage

1
2
get_names(fachgebiet = "Biologie", fachkollegium = "%", fach = "%",
  hits = 10)

Arguments

fachgebiet

A character string (disciplin)

fachkollegium

A numeric of the structure see 'http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp'

fach

A numeric structure see above

hits

number of hits per request

Value

Returns a vector with names of the scientists working in that field

Examples

1
df <- get_names("Biologie", fachkollegium = 201, fach = 20105, hits = 10)

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