Download a single PNG image from the Dashboard
Source:R/dashboard.R
download_dashboard_image_single.RdDownloads one PNG from the Dashboard's /data/ endpoint.
The image is saved to dest_dir/sample_name/file_name.
Usage
download_dashboard_image_single(
base_url,
sample_name,
roi_number,
dest_dir,
max_retries = 3,
timeout = 15
)