Learn R Programming

edibble (version 1.1.0)

as_tibble.edbl_table: Convert an edibble data frame to normal data frame

Description

A patch function where there is an issue with edbl factors

Usage

# S3 method for edbl_table
as_tibble(x, ...)

Value

A data.frame.

Arguments

x

can be a list or data frame

...

Not currently used.