summary.bdl: Summarize bdl data frame

Description Usage Arguments Examples

Description

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

Usage

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

Arguments

object

bdl data frame to summarise

...

other arguments ignored (for compatibility with generic)

Examples

1
2
df <- get_data_by_variable(varId = "3643")
summary(df)

KaniaKrzysztof/bdl documentation built on June 28, 2019, 8:09 p.m.