Skip to contents

Prune the koopa applications directory

Usage

pruneApps(dryRun = FALSE)

Arguments

dryRun

logical(1). Perform a dry run. Just return the directory paths, but don't delete anything.

Value

Invisible logical(1).

Note

Updated 2023-10-16.

Examples

out <- pruneApps(dryRun = TRUE)
#> ! No outdated app versions to prune in /opt/koopa/app.
print(out)
#> character(0)