data_frames_same_colnames | R Documentation |
Checks if two data frames have the exact same column names
data_frames_same_colnames(df1, df2)
df1 |
the first data frame |
df2 |
the first data frame |
## Not run:
# For assertion
assertthat::assert_that(qscheck::data_frames_same_colnames(df1, df2))
# For check
if (qscheck::data_frames_same_colnames(df1, df2)) {}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.