All Questions
1 question
0
votes
3
answers
55
views
Return a string between two characters '.'
I have column names similar to the following
names(df_woe)
# [1] "A_FLAG" "woe.ABCD.binned" "woe.EFGHIJ.binned"
...
I would like to rename the columns by removing the "woe." and ".binned" ...