agents_people: Agents - people

Description Usage Arguments Value Examples

View source: R/agents_people.R

Description

Agents - people

Usage

1
agents_people(id = NULL, page = 1, limit = 10, parse = TRUE, ...)

Arguments

id

(integer) family agent identifier. optional

page

(character) page number (default: 1), optional

limit

(character) records to return (default: 10, minimum: 10), optional

parse

(logical) Attempt to parse to data.frame's if possible. Default: TRUE

...

Curl options passed on to GET or POST

Value

either a data.frame or a list

Examples

1
2
3
4
5
6
7
8
## Not run: 
agents_people()
agents_people(id = 6)
agents_people(id = 6, parse = FALSE)
agents_people(limit = 2)
agents_people(limit = 2, parse = FALSE)

## End(Not run)

ropenscilabs/aspacer documentation built on Sept. 3, 2020, 5:30 a.m.