as.data.frame.eda: Convert an EDA object to a data frame.

View source: R/conversion_methods.R

as.data.frame.edaR Documentation

Convert an EDA object to a data frame.

Description

converts an EDA object to a one-column data frame. The data type and levels are preserved.

Usage

## S3 method for class 'eda'
as.data.frame(x, newname = "variable", ...)

Arguments

x

an EDA object, created by eda.

newname

a name of the data frame variable.

Value

a data frame.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.