
Keep track of which MizerParams objects have been fully validated
Source:R/MizerParams-class.R
is_validated.RdBecause the fingerprint returned by validation_key() determines the outcome
of repair_params() and of the structural validity checks, an object whose
fingerprint has been recorded by a previous call to validParams() needs
neither. The record lasts for the R session only.
Usage
is_validated(key)
record_validated(key, max_size = validated_params_max)
clear_validated_params()Arguments
- key
A fingerprint as returned by
validation_key().- max_size
The number of fingerprints to keep. When the record has grown to this size it is emptied.