Skip to content

Percentage function present when it should not be #16

@jlgraves-ubc

Description

@jlgraves-ubc

This code:

percentage_table <- SFS_data %>%
    group_by(education) %>%
    group_modify(~ data.frame(wealth_gap = 
                    mean(filter(., gender == "Female")$wealth)/mean(filter(., gender == "Male")$wealth) - 1)) %>%
    mutate(wealth_gap = label_percent(wealth_gap))
    

percentage_table

will not run due to the label_percent(wealth_gap) function. Needs to be deleted.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions