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

View source: R/api.R

splitAPICallR Documentation

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

Description

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

Usage

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)

Author(s)

Tiago Chedraoui Silva


BioinformaticsFMRP/TCGAbiolinks documentation built on April 12, 2024, 2:08 a.m.