as_tibble.edbl_table {edibble} | R 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.
[Package edibble version 1.1.1 Index]