bar_chart: Function to create a bar chart of the total number by gender

Description Usage Arguments Value

View source: R/bar_chart.R

Description

Function to create a bar chart of the total number by gender

Usage

1
bar_chart(data_df, x_label, y_label)

Arguments

data_df,

dataframe from total_gender_df

x_label,

label for x axis.

y_label,

label for y axis.

Value

A bar chart as ggplot2 object showing on the y axis the total number per gender and on the x axis the level previously defined in total_gender_df.


GenderInfer documentation built on Sept. 29, 2021, 9:07 a.m.