date_get_part1 | R Documentation |
Split a string based on a pattern and return the first element of the resulting vector.
date_get_part1(x, sep)
x |
A |
sep |
A |
A <character>
with the first element of the vector returned
by the strsplit()
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.