# NOT RUN {
flag_ch_ratio(sq_data)
data.frame(PersonId = c("Alice", "Bob"),
Collaboration_hours = c(30, 0.5),
After_hours_collaboration_hours = c(0.5, 30)) %>%
flag_ch_ratio()
# }
Run the code above in your browser using DataLab