powered by
coerceData
coerceData(doa, dob)
Data object A (any object that can be coerced to a data frame)
Data object B (any object that can be coerced to a data frame)
A list of 2 data frames, which is DOA and DOB coerced as data.frames
# NOT RUN { irisMatrix <- as.matrix(iris) # } # NOT RUN { coerceData(irisMatrix,iris) # }
Run the code above in your browser using DataLab