Nothing
Code
diffdf(iris, iris, check_df_class = TRUE)
Output
No issues were found!
Code
diffdf(tibble(iris), iris, suppress_warnings = TRUE, check_df_class = TRUE)
Output
Differences found between the objects!
Summary of BASE and COMPARE
===================================================
PROPERTY BASE COMP
---------------------------------------------------
Name tibble(iris) iris
Class "tbl_df, tbl, data.frame" data.frame
Rows(#) 150 150
Columns(#) 5 5
---------------------------------------------------
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.