dataCompareR (version 0.1.2)

validateData: validateData : routine to validate the input data

Description

validateData : routine to validate the input data

Usage

validateData(df1, df2, keys = NA)

Arguments

df1

a data frame

df2

a data frame

keys

Keys used

Value

None. Stops if error.

Examples

Run this code
# NOT RUN {
validateData(iris,iris)
# }

Run the code above in your browser using DataCamp Workspace