mgnify_request_get | R Documentation |
GET request to MGnify API
mgnify_request_get(url, page = 1, query = list(), verbose = TRUE, ...)
url |
Query url |
page |
Page of records to return |
query |
List passed to httr::GET(query=) |
verbose |
Verbose output? |
list(status = character, page = numberic, pages = numberic, data = data.frame)
mgnify_request_get('https://www.ebi.ac.uk/metagenomics/api/v1/samples', query=list(instrument_platform = 'ILLUMINA'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.