I am relatively new to R. I just started learning it and am really impressed. I have a few questions that I would like to ask. Say I have a data frame as such:
ISIN     sector
12345    Technology
34567    Utilities
45256    Financials
52000    Technology
33662    Financials
I want to break my data down into sectors. Such as how many securities have div yields so on and so forth. How can I group them by sector? Is there a way by which this can be done in R.
 
     
     
     
    