summary.f_long: Summary method for f_long objects

View source: R/flong.R

summary.f_longR Documentation

Summary method for f_long objects

Description

Automatically runs the f_summary function on data created by f_long using the attributes stored in the object.

Usage

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

Arguments

object

An object of class f_long (output from f_long).

...

Additional arguments passed to f_summary.

Value

Returns the summary table (usually a data frame or tibble) produced by f_summary.


rfriend documentation built on July 7, 2026, 1:06 a.m.