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
NULLbrowses to the URL of the overall job. If a package name, browses to the URL for that specific package job.