View source: R/initialize_comparison_settings.R
| initialize_comparison_settings | R Documentation |
Initializes default settings for dataset comparison including tolerance and other parameters stored in a package environment.
initialize_comparison_settings(tolerance = 0, missing_value_method = "ignore")
tolerance |
Default tolerance level for numeric comparisons. |
missing_value_method |
Default method for handling missing values in data comparison. |
Invisible NULL. Called for its side effect of updating package settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.