> Rui Barradas
> on Tue, 25 Jan 2022 14:22:47 + writes:
> Hello,
> Here are 3 functions that do what the question asks for. The first 2 are
> tidyverse solutions, the last one a base R function.
> I don't understand why the group_by and mutate, that's why I've in
Hello,
Here are 3 functions that do what the question asks for. The first 2 are
tidyverse solutions, the last one a base R function.
I don't understand why the group_by and mutate, that's why I've included
a 2nd tidyverse function. And the base R function follows the same lines
of outputing
Hallo
You should explain better what do you want as many people here do not use
tidyverse functions.
I am not sure what the function should do.
table(iris$Species)
give the same result and whatever you do in tidyverse part it always finalise
in table(...$Species)
Cheers
Petr
> -Original M
3 matches
Mail list logo