Stop a running OmopStudyBuilder container (automated or RStudio)
stopStudy.RdStops containers started by runStudy() and/or runRStudio().
By default it stops containers for the image inferred from the current
directory name.
Usage
stopStudy(
container = NULL,
image_name = NULL,
mode = c("any", "rstudio", "run"),
all = FALSE
)