summary.paygap {div}R Documentation

Title

Description

Title

Usage

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

Arguments

object

paygap S3 object, as created by the function dif_paygap()

...

passed on to summary()

Value

a summary of the paygap object

Examples

library(div)
d <- div_fake_team()
pg <- div_paygap(d)
summary(pg)

[Package div version 0.3.1 Index]