isModified.Settings
From R.utils v2.10.1
by Henrik Bengtsson
Checks if settings has been modified compared to whats on file
Checks if settings has been modified compared to whats on file.
- Keywords
- methods, internal, programming
Usage
# S3 method for Settings
isModified(this, ...)
Arguments
- ...
Not used.
Value
Returns TRUE
if settings have been modified since lasted loaded, or if
they never have been loaded. Otherwise FALSE
is returned.
See Also
For more information see Settings
.
Community examples
Looks like there are no examples yet.