dataCompareR (version 0.1.2)

coerceData: coerceData

Description

coerceData

Usage

coerceData(doa, dob)

Arguments

doa

Data object A (any object that can be coerced to a data frame)

dob

Data object B (any object that can be coerced to a data frame)

Value

A list of 2 data frames, which is DOA and DOB coerced as data.frames

Examples

Run this code
# NOT RUN {
irisMatrix <- as.matrix(iris)
# }
# NOT RUN {
coerceData(irisMatrix,iris)
# }

Run the code above in your browser using DataCamp Workspace