Skip to contents

Summary Method for Publication Date Vintages

Usage

# S3 method for class 'tbl_pubdate'
summary(object, ...)

Arguments

object

An object of class tbl_pubdate.

...

Additional arguments (not used).

Value

The function returns a summary tibble invisibly.

Examples

df <- dplyr::filter(reviser::gdp, id == "US")
wide_data <- vintages_wide(df)
summary(wide_data$US)
#> 
#> === Vintages Data Summary (Publication Date Format) ===
#> 
#> Time periods: 179 
#> Time range: 1980-01-01 to 2024-07-01 
#> 
#> Number of vintages: 89 
#> Publication dates:
#>   Earliest: 2002-10-01 
#>   Latest: 2024-10-01 
#> 
#> Missing values: 3916 of 15931 (24.58%)