I am trying to delete the first 4 characters of my column names using stringr
. I know how to specify the characters that I want to keep, but since each column length is different, I need to specify the ones that I don't want to keep and I don't know how to do it.
How can I do this?