Is there a way to find out most frequently words used in a column of strings in a data frame in r? I came across lots of functions for doing that using text corpus but none for a dataf rame. I need to do it for a data frame so that i can create "Metadata" for the products. Below is an example of the data i have and the result i am trying to achieve. Any help is highly appreciated. Thanks!
Product data for a grocer
Now i want to find the most frequently occurring word from the "combineall" column and list those in a new column next to it. Basically i am trying to create metadata from the product description. Thanks again!