Skip to contents

Helper function for getting entity lists

Usage

rb_entity_list(endpoint, paginate)

Arguments

endpoint

character(1) The endpoint to get data from.

paginate

logical(1) Whether to paginate through the results.

Value

data.frame The results of the query.

See also

Author

Sean Davis seandavi@gmail.com

Examples

if (FALSE) {
rb_entity_list("platforms", paginate = FALSE)
}