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.


edibble documentation built on June 22, 2024, 11:04 a.m.