View source: R/check_compatibility.R
| check_compatibility | R Documentation |
Checks if two datasets are compatible for comparison by verifying their dimensions, column names, and data types. Returns a list indicating whether the datasets are compatible and detailing any structural differences.
check_compatibility(df1, df2)
df1 |
The first data frame to be compared. |
df2 |
The second data frame to be compared. |
A list containing details about the compatibility of the datasets, including information on dimension equality and common columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.