Split a string based on a pattern and return the first element of the resulting vector.
Source:R/utils.R
date_get_part1.Rd
Split a string based on a pattern and return the first element of the resulting vector.
Value
A string with the first element of the vector returned by the
strsplit()
function.