Find a person in Basecamp
find_person(..., scope = "people", id = NULL, host = Sys.getenv("BASECAMP_HOST"), token = Sys.getenv("BASECAMP_TOKEN"))
... | character, patterns to search for |
---|---|
scope | character, scope of the request |
id | character, id relevant to the query |
host | character, URL of the team, Default: Sys.getenv('BASECAMP_HOST') |
token | character, Basecamp Classic API token , Default: Sys.getenv("BASECAMP_TOKEN") |
named numeric vector
If the index of people is not loaded in the package yet, it will be queried and stored in an internal package environment.