print.paygap: print the paygap object in the terminal

Description Usage Arguments Value Examples

View source: R/print.paygap.R

Description

print the paygap object in the terminal

Usage

1
2
## S3 method for class 'paygap'
print(x, ...)

Arguments

x

paygap object, as created by the function div_paygpa()

...

arguments passed on to the generic print function: print(x$data)

Value

text output

Examples

1
2
3
4

div documentation built on May 6, 2021, 9:06 a.m.

Related to print.paygap in div...