I want to be able to summarise the following, but I'm not sure how to So the table is like this
tibble::tribble(
~Name, ~`Number B`, ~total,
"e", 1, 3233,
"e", 2, 3222,
"f", 1, 377,
"f", 2, 456,
"t", 1, 3266,
"e", 1, 44,
"t", 1, 3266,
"f", 2, 909
)
So I want to be able to get the totals of number ones per name. There are 2 e's number 1's etc.The columns are Name, Number b and total
Similar table of numbers in the pic. The table didn't come out too well above here is a table