Learn R Programming

bioRad (version 0.6.2)

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)

Value

the POSIXct creation date of the installed Docker image

Arguments

mistnet

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

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
if (FALSE) {
# update the vol2bird docker image:
update_docker()
}

Run the code above in your browser using DataLab