Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pollProgress

Check a Crunch progress URL until it finishes


Description

You'll probably only call this function if progress polling times out and its error message tells you to call pollProgress to resume.

Usage

pollProgress(progress_url, wait = 0.5)

Arguments

progress_url

A Crunch progress URL

wait

Number of seconds to wait between polling. This time is increased 20 percent on each poll.

Value

The percent completed of the progress. Assuming the options(crunch.timeout) (default: 15 minutes) hasn't been reached, this will be 100. If the timeout is reached, it will be the last reported progress value.


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.