tapply function in R with examples
In this tutorial, we will discuss about tapply() function in R with some examples. tapply() function is available in base R package. The tapply() function in R The tapply() function is very useful to aggregate the data. That is tapply() function allows us to create a group summaries based on factor levels. The general syntax …