View source: R/methods-epi_df.R
print.epi_df | R Documentation |
epi_df
objectPrint and summary functions for an epi_df
object.
Prints a variety of summary statistics about the epi_df
object, such as
the time range included and geographic coverage.
## S3 method for class 'epi_df'
print(x, ...)
## S3 method for class 'epi_df'
summary(object, ...)
## S3 method for class 'epi_df'
group_by(.data, ...)
## S3 method for class 'epi_df'
ungroup(x, ...)
## S3 method for class 'epi_df'
group_modify(.data, .f, ..., .keep = FALSE)
## S3 method for class 'epi_df'
unnest(data, ...)
x |
an |
... |
Additional arguments, for compatibility with |
object |
an |
.data |
an |
.f |
function or formula; see |
.keep |
Boolean; see |
data |
an |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.