Learn R Programming

wrMisc (version 1.15.3.1)

.asDF2: Convert anything to data.frame

Description

This function allows converting anything to data.frame

Usage

.asDF2(z)

Value

data.frame

Arguments

z

(numeric vector, factor, matrix or list) main input

See Also

Examples

Run this code
.asDF2(c(3:6))

Run the code above in your browser using DataLab