date_get_part1 {cleanepi} | R Documentation |
Get part1 of date value
Description
Get part1 of date value
Usage
date_get_part1(x, sep)
Arguments
x |
A string of interest |
sep |
A separator in the string of interest |
Value
A string with the first element of the vector returned by the
strsplit()
function.
[Package cleanepi version 1.0.2 Index]