Nirgrahamuk,
Thank you for the reply. I was wondering with the scenario I am facing, would I just use those lines of code you listed and pipe them into this?
What I did was take a birthday and separate them. My next step is to convert the number months to month name.
I tried various ways and keep getting an error.
Thank you so much for your help!
This is the line of code I used, just cant figure out how to add on the month name portion you shared.
CHII%>%
separate(col = DOB, into = c("Month", "Day", "Year"), sep = "/")