Description Usage Arguments See Also
Compare two data in txt, csv or xlsx files.
1 2 3 4 5 6 | isEqualData(
fileName1,
fileName2,
fileEncoding1 = "CP932",
fileEncoding2 = "CP932"
)
|
fileName1 |
The name of file in which one of data you want to compare is saved. |
fileName2 |
The name of file in which another data you want to compare is saved. |
fileEncoding1 |
File-encoding for fileName1. |
fileEncoding2 |
File-encoding for fileName2. |
Examples of this function can be found at https://multivariate-statistics.com/2021/01/29/r-programming-vector-list/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.