Learn R Programming

div (version 0.3.1)

print.paygap: print the paygap object in the terminal

Description

print the paygap object in the terminal

Usage

# S3 method for 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

Run this code
# NOT RUN {
library(div)
div_fake_team() %>%
  div_paygap    %>%
  print
# }

Run the code above in your browser using DataLab