print.paygap {div} | R Documentation |
print the paygap object in the terminal
Description
print the paygap object in the terminal
Usage
## 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
library(div)
div_fake_team() %>%
div_paygap %>%
print
[Package div version 0.3.1 Index]