total_gender_df {GenderInfer} | R Documentation |
Create a dataframe that will be the input to generate the bar chart of the full amount of female and male
Description
Create a dataframe that will be the input to generate the bar chart of the full amount of female and male
Usage
total_gender_df(data_df, level)
Arguments
data_df |
dataframe from |
level |
name of level |
Value
The output is a dataframe with the columns x_values,
total_female_male, gender, y_values. This data frame is the input to create
the bar chart for bar_chart
[Package GenderInfer version 0.1.0 Index]