gmodels Creat a table with 2 column

Hi community

I am using library(gmodels), the code bellow works properly but I can´t sum the 'Totalvalue_sale' as I show in the table. What am I doing wrong or what other libraries should I use?

Screenshot_1

´´´
base %>%
tabyl(Item, Order, month, totalvalue_sale,show_missing_levels = FALSE) %>%
adorn_totals("row") %>%
adorn_title
´´´

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.