coerceData: coerceData

Description Usage Arguments Value Examples

View source: R/rc_coerceData.R

Description

coerceData

Usage

1
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

1
2
## Not run: irisMatrix <- as.matrix(iris)
## Not run: coerceData(irisMatrix,iris)

Example output



dataCompareR documentation built on Nov. 23, 2021, 9:06 a.m.