enable_check_spct | R Documentation |
Choose between protection against errors or faster performance by enabling (the default) or disabling data-consistency and sanity checks.
enable_check_spct()
disable_check_spct()
set_check_spct(x)
x |
logical Flag to enable (TRUE), disable (FALSE) or unset (NULL) option. |
Checks are applied by default after each operation that modifies the data. This can be excessive in production code. Some functions within this package disable checks for partial computations and apply them to the value they return. It is possible for users to apply this same approach, in which case it is best to schedule the restore of the previous setting using 'on.exit()'.
The previous value of the option, which can be passed as argument
to function set_check_spct()
to restore the previous state of the
option.
[check_spct()]
Other data validity check functions:
check_spct()
,
check_spectrum()
,
check_w.length()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.