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 May 29, 2024, 5:44 a.m.