as_tibble.eda: Convert an EDA object to a tibble.

View source: R/conversion_methods.R

as_tibble.edaR Documentation

Convert an EDA object to a tibble.

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_tibble(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.