getFirstChar | R Documentation |
Utility for parsing date elements as character strings
getFirstChar(x)
x |
character string |
First part of a character string before any punctuation or space character
J Bedia
Other dateutils:
fillGridDates()
,
isAlphaCharacter()
,
setGridDates.asPOSIXlt()
## Not run:
getFirstChar("2008 Feb 12")
getFirstChar("2008-02-12")
getFirstChar("12:00:00 GMT")
getFirstChar("Etc/UTC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.