In a column within my dataframe, I would like to replace any level that contains the word "tech" in it (fintech, fin tech, agtech, tech, etc) with "technology". How can I do this with gsub?
I'd also like any string with the word "online" or "marketplace" in it to be replaced with "consumer internet"