assign_gender           Assign gender by first name
authors                 names dataset
balloon_plot            Function to create the balloon plot for gender
                        first name
bar_chart               Function to create a bar chart of the total
                        number by gender
baseline                Calculate the female baseline
bullet_chart            Create a bullet chart with significance bars to
                        compare different baselines in percentage for
                        gender analysis
bullet_line_chart       Function to create a bullet chart with a line
                        chart in the same graphical frame; to compare
                        different baselines for gender analysis.
calculate_binom_baseline
                        Calculate binomials and significance for
                        multiple baselines.
gender_names            Gender names dataset
percent_df              Create a dataframe that will be the input to
                        generate stacked bar chart and bullet chart
                        that show percentage to compare proportions
                        among gender.
reshape_for_binomials   Reshape the dataframe to make it easier to
                        carry out binomial calculations.
stacked_bar_chart       Create a stacked bar chart with significance
                        bars to compare with the female baseline for
                        gender analysis.
theme_gd                This function create a gender diversity theme
                        for chart based on ggplot2
total_gender_df         Create a dataframe that will be the input to
                        generate the bar chart of the full amount of
                        female and male
