date_get_part2 {cleanepi} | R Documentation |
Get part2 of date value
date_get_part2(x, sep)
x |
A string of interest |
sep |
A separator in the string of interest |
A string with the second element of the vector returned by the
strsplit()
function.