Skip to contents

Export an environment's lockfile to a specified location.

Usage

lockFileExport(envName = envList(), exportPath = NULL, quiet = FALSE)

Arguments

envName

A `character()` string specifying the name(s) of the environment(s). Default is all environments.

exportPath

A `character()` string specifying the path(s) where the lockfile(s) should be exported. Default is an auto-generated path.

quiet

A `logical()` indicating whether messages should be suppressed. Default is `FALSE`.

Details

envName and exportPath must have the same length.