clean_unload: Unload VAST dll

View source: R/clean_unload.R

clean_unloadR Documentation

Unload VAST dll

Description

Unload a dll library with the VAST name.

Usage

clean_unload(searchfor = "VAST", keep = "VASTisCOOL")

Arguments

searchfor

A file name of the dll to search for. The files that are found will be removed from the loaded libraries.

keep

A file name (or partial name) of the dll to search for that you want to keep. For example, multiple libraries may be loaded for VAST but you might only want to keep a certain one. Put that certain one here, or some pattern that will match in a regular expression search.

Value

The name(s) of the unloaded libraries are returned as the first element of the list and the second element is all dlls that were found.

Author(s)

Kelli F. Johnson


nwfsc-assess/VAST_WestCoast documentation built on July 4, 2023, 5:45 p.m.