Description Usage Arguments Value
View source: R/runXMLQueries.r
checks if you have gone over the number of queries in the allotted time, and if so, forces a sleep until the time is up
1 | checkTime(startTime, maxTime, currCount, maxCount)
|
startTime |
when did you start your calculations |
maxTime |
how much time allowed for the set number of queries |
currCount |
which query are you on |
maxCount |
how many queries allowed in the allotted time |
list contianing:
sTime: |
the start time of the queries |
count: |
the current count |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.