config_enumerations: Config enumerations

Description Usage Arguments Value Examples

View source: R/config_enumerations.R

Description

Config enumerations

Usage

1
config_enumerations(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
 9
10
## Not run: 
config_enumerations()
config_enumerations(id = 3)
config_enumerations(id = 3, parse = FALSE)

library("httr")
x <- config_enumerations(config = progress())
x <- config_enumerations(config = verbose())

## End(Not run)

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