compare_init_post | R Documentation |
In this comparison, all elements from init data.frame should appear inside post data.frame post data.frame can only have new columns but no new rows.
compare_init_post(init, post, key = NULL)
init |
a data.frame (initial data.frame) |
post |
a data.frame (post treatment data.frame) |
key |
by default (NULL) the row order of both data.frame has to be the same. by using a key column name, both data.frames are ordered before being compared. |
This function doesn't return anything but creates warnings if there are mismatches.
invisible(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.