One page of the PanelApp panel index
Arguments
- page
The 1-based page number.
- page_size
Panels per page.
- ...
Passed to
biohttp::get_json(), for examplethrottle.
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
} # }