View source: R/check_evavelo.R
check_diff | R Documentation |
Check correctness of id_site_enq and date_enq between 2 data.frames
check_diff(a, b, name_a = NULL, name_b = NULL)
a |
a data.frame containing id_site_enq and date_enq variables |
b |
a data.frame containing id_site_enq and date_enq variables |
name_a |
name of the df to be used in the log message. If missing, we will use the name of data.frame a |
name_b |
name of the df to be used in the log message. If missing, we will use the name of data.frame b |
a log message with the differences between data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.