dot-asDF2: Convert anything to data.frame

.asDF2R 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))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.