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 April 3, 2025, 8:17 p.m.