print.epi_df: Base S3 methods for an 'epi_df' object

View source: R/methods-epi_df.R

print.epi_dfR Documentation

Base S3 methods for an epi_df object

Description

Print 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.

Usage

## 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, ...)

Arguments

x

an epi_df

...

Additional arguments, for compatibility with summary(). Currently unused.

object

an epi_df

.data

an epi_df

.f

function or formula; see dplyr::group_modify

.keep

Boolean; see dplyr::group_modify

data

an epi_df


cmu-delphi/epiprocess documentation built on Oct. 29, 2024, 5:37 p.m.