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

View source: R/export.R

as_tibble.edbl_tableR Documentation

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 class 'edbl_table'
as_tibble(x, ...)

Arguments

x

can be a list or data frame

...

Not currently used.

Value

A data.frame.


emitanaka/edibble documentation built on April 5, 2025, 4:11 a.m.