I have a dataset with a variable called name_trackers in the variable are up to 30 different strings with names of different trackers which are separated using commas. In total there are 405 different trackers whose occurrence has been stored as a name in the above variable. I would like to determine the frequency of the trackers. Does anyone have an approach on how I can do this?
Textformat of the variable in as comma-separated string:
name_trackers <chr> "Flurry,AppsFlyer,Twitter MoPub,Google DoubleClick,AppLovin,Google Analyt~
My output could be an new Dataframe with 405 rows with the first column named by the trackers_names and the second column should be the number of times the name occurs in the "old" Dataframe with 4662 rows