0 votes
in R Language by
Explain how data is aggregated in R language?

1 Answer

0 votes
by

There are two methods that is collapsing data by using one or more BY variable and other is aggregate() function in which BY variable should be in list.

...