search_person {hlidacr}R Documentation

Search person

Description

Search person

Usage

search_person(query, page = NULL, token = Sys.getenv("HLIDAC_TOKEN"))

Arguments

query

Search query for a person, required parameter

page

Page number

token

Access token

Value

data.frame with found persons with the following columns: - jmeno: given name - prijmeni: surname - narozeni: date of birth - nameId: person's ID - profile: URL of profile at hlidacstatu.cz - titulPred: academic titles written before person's name - titulPo: academic titles written after person's name

See Also

https://www.hlidacstatu.cz/swagger/index.html

https://www.hlidacstatu.cz/api/v1/doc

Other Persons: get_person_social(), get_person(), search_person_by_parameters()

Examples

## Not run: 
search_person(query = "Kalousek")

## End(Not run)

[Package hlidacr version 0.2.0 Index]