This is useful for closer inspection of individual jobs while they are running or after the fact.
Usage
cloud_browse(job_name = cloud_job(), package = NULL)
Arguments
- job_name
The job name, as returned by
cloud_check()
.- package
If
NULL
browses to the URL of the overall job. If a package name, browses to the URL for that specific package job.
See also
Other cloud:
cloud_broken()
,
cloud_cancel()
,
cloud_check()
,
cloud_details()
,
cloud_fetch_results()
,
cloud_plot()
,
cloud_report()
,
cloud_results()
,
cloud_status()
,
cloud_summary()