as.data.frame.edbl_table: Convert edibble table to normal data frame

View source: R/utils.R

as.data.frame.edbl_tableR Documentation

Convert edibble table to normal data frame

Description

Convert edibble table to normal data frame

Usage

## S3 method for class 'edbl_table'
as.data.frame(x, ..., levels_as = "factor", ignore_numeric = TRUE)

Arguments

x

An edibble table

...

Unused. i.e. don't coerce numeric factors.

levels_as

Coerce the edibble factors to either "factor" or "character".

ignore_numeric

Whether to coerce numeric factors or not. Default is TRUE,


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