I want to replace char value in R with another, it should be like this:
The key word to work is "Texas". And there is any way that I can do it with multiple files at once.
I have tried like this: df[df=="121 Texas"]<-"Texas"
but it's clearly not smart at all when it comes to work with many dataframe at the same time.