View source: R/methods-epi_df.R
as_tibble.epi_df | R Documentation |
Converts an epi_df
object into a tibble, dropping metadata and any
grouping.
## S3 method for class 'epi_df'
as_tibble(x, ...)
x |
an |
... |
Unused, for extensibility. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.