splitAPICall | R Documentation |
internal function to break a huge API call into smaller ones so it repects the max character limit of a string
splitAPICall(FUN, step = 20, items)
FUN |
function that calls the API |
step |
How many items to be evaluated per API call |
items |
vector of items to be using within the function (list of barcodes, aliquot ids, etc) |
Tiago Chedraoui Silva
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.