removeIfExists {KarsTS} | R Documentation |
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. |
envir |
The environment |
Author(s)
Marina Saez Andreu
[Package KarsTS version 2.4.1 Index]