summary.bdl: Summarize bdl data frame

View source: R/summary.R

summary.bdlR Documentation

Summarize bdl data frame

Description

Prints brief summary with basic statistical functions like mean, standard deviation, variance, min and max for bdl data frame.

Usage

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

Arguments

object

bdl data frame to summarise

...

other arguments ignored (for compatibility with generic)

Examples

# df <- get_data_by_variable(varId = "3643")
# summary(df)

bdl documentation built on March 7, 2023, 7:25 p.m.