removeIfExists: removeIfExists: remove if exists
Description
This function checks whether a variable exists and removes it in case it does. It is used to clean KTSEnv from global variables created as by-products of the procedures. It is used internally.
Usage
removeIfExists(candidates, envir = KTSEnv)
Arguments
candidates
The names of the variables to remove.