.asDF2 {wrMisc}R Documentation

Convert anything to data.frame

Description

This function allows converting anything to data.frame

Usage

.asDF2(z)

Arguments

z

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

Value

data.frame

See Also

as.data.frame

Examples

.asDF2(c(3:6))

[Package wrMisc version 1.15.1 Index]