Converts an epi_df
object into a tibble, dropping metadata and any
grouping.
Usage
# S3 method for class 'epi_df'
as_tibble(x, ...)
Details
Advanced: if you are working with a third-party package that uses
as_tibble()
on epi_df
s but you actually want them to remain epi_df
s,
use attr(your_epi_df, "decay_to_tibble") <- FALSE
beforehand.