| as.data.frame.lfq_data | R Documentation |
Convert lfq_data to long-format tibble
## S3 method for class 'lfq_data'
as.data.frame(x, ...)
x |
An lfq_data object. |
... |
Ignored. |
A tibble with all columns.
data(sarscov2_us_2022)
x <- lfq_data(sarscov2_us_2022, lineage = variant,
date = date, count = count, total = total)
as.data.frame(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.