splitAPICall: internal function to break a huge API call into smaller ones...

Description Usage Arguments

View source: R/api.R

Description

internal function to break a huge API call into smaller ones so it repects the max character limit of a string

Usage

1
splitAPICall(FUN, step = 20, items)

Arguments

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)


TCGAbiolinks documentation built on Nov. 8, 2020, 5:37 p.m.