Hi,
I have this simple data file:
URN <- c("fff", "ggg", "hhh", "iii", "jjj", "kkk", "nnn")
Status <- c("/", "New/Old/", "New/", "New/ Old/", "/", "Old/", "New/")
My.data <- data.frame(URN, Status)
My.data
Can you please help me to remove "/" as standalone character or in the end of each Status statement (record with New and Old should stay unchanged)?