sbf_compare_data | R Documentation |
Compares data using waldo::compare.
sbf_compare_data(
x,
x_name = substitute(x),
sub = sbf_get_sub(),
main = sbf_get_main(),
tolerance = sqrt(.Machine$double.eps),
ignore_attr = TRUE
)
x |
The object to save. |
x_name |
A string of the name. |
sub |
A string specifying the path to the sub folder (by default the current sub folder). |
main |
A string specifying the path to the main folder (by default the current main folder) |
tolerance |
numeric |
ignore_attr |
Ignore differences in specified attributes?
Supply a character vector to ignore differences in named attributes.
By default the For backward compatibility with |
A character vector with class "waldo_compare".
Other compare functions:
sbf_compare_data_archive()
,
sbf_diff_data()
,
sbf_diff_data_archive()
,
sbf_diff_table()
,
sbf_is_equal_data()
,
sbf_is_equal_data_archive()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.