'error keep popping up "Error in app$vspace(new_style$`margin-top` %||% 0) : attempt to apply non-function"

#trip is the file name, gender is chr variable and tripduration dbl code is below

trip %>% group_by(gender) %>%   summarise(n = n(tripduration))


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source