age_summary: Generates a summary of relevant data

Description Usage Arguments Value Examples

View source: R/age_summary.R

Description

This functions generates summaries of the data. If neither 'dpmt' or 'gender' is specified as TRUE, the function returns a data frame with attributes of the whole dataframe. If 'gender' is set to true, the function returns a data frame with attributes of the data with regards to gender. If 'dpmt' is set to true, the function generates a DT data table with attributes of the data with regards to departments.

Usage

1
age_summary(dpmt = FALSE, gender = FALSE)

Arguments

dpmt

This argument is initialized as FALSE. When set to TRUE, the function generates summary of data with regards to departments

gender

This argument is initialized as FALSE. Wehn set to TRUE, the function generates summary of data with regards to gender

Value

summaries of data depending on input

Examples

1
2
3

yz4/WilliamsFaculty documentation built on May 4, 2019, 8:47 p.m.