quiet: If FALSE, displays progress bar; if TRUE is silent; if NA picks based on whether or not you're in an interactive context.
pause: amount of time to wait between status requests
call: The execution environment of a currently running function, e.g. caller_env(). The function will be mentioned in error messages as the source of the error. See the call argument of abort() for more information.
jobs <- bq_project_jobs(bq_test_project())jobs[[1]]# Show statistics about jobbq_job_show_statistics(jobs[[1]])# Wait for job to completebq_job_wait(jobs[[1]])