Skip to contents

One page of the PanelApp panel index

Usage

panelapp_panels(page = 1, page_size = 100, ...)

Arguments

page

The 1-based page number.

page_size

Panels per page.

...

Passed to biohttp::get_json(), for example throttle.

Value

A biohttp envelope whose data is a list of panels (the tibble from panelapp_parse_index()) and has_more, which is TRUE when PanelApp sent a next link.

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(panelapp_panels())$panels
} # }