Learn R Programming

bioRad (version 0.5.1)

update_docker: Update Docker image from Docker hub

Description

Pulls and installs the latest Docker image used by bioRad from Docker hub

Usage

update_docker(mistnet = FALSE)

Arguments

mistnet

logical. When True, installs MistNet segmentation model, downloading an additional 1GB Docker image (see apply_mistnet for details).

Value

the POSIXct creation date of the installed Docker image

Details

This command pulls the latest vol2bird Docker image from Docker hub. Run this command to ensure all Docker functionality (e.g. the calculate_vp function) runs at the latest available version.

To install the MistNet segmentation model into bioRad, run update_docker(mistnet = TRUE)

Examples

Run this code
# NOT RUN {
# update the vol2bird docker image:
update_docker()
# }

Run the code above in your browser using DataLab