Dear community,
I have a dataframe that contain in one column text data.
I would know if there are some functions that i could use to filter all the observations that have two or higher number of words, in order to delete all the observation with just one word.
Thanks
Below are there are some examples of my dataset.
[1] "acqua valmora residuo fisso" "acquisto materiale per ufficio on line"
[3] "agenda 2021 giornaliera" "agenda settimanale 2021"
[5] "agende 2021" "agende giornaliere 2021"
[7] "agende settimanali 2021" "armadio metallico"
[9] "barriere scrivania" "bicchieri plastica caffè"
[11] "bio bottle" "bioform"
So in this case i would eliminate the last string "bioform".