[R] How to replace match words whith colum name of data frame?Hi--

Ek Esawi esawiek at gmail.com
Tue Aug 1 20:19:51 CEST 2017


Hi--

concept_df$NewCol <- "";
kw <- "acid|ph";
bb <- grepl(kw,concept_df$concept)
concept_df[dd,2] <- "chemical"

The is a bit late but it accomplish the same with base R.

Good luck--EK

PS.. my email doesn't accept reply

	[[alternative HTML version deleted]]



More information about the R-help mailing list