parse_date | R Documentation |
Can be used to parse dates appearing in http response headers such
as Expires
or Last-Modified
. Automatically recognizes
most common formats. If the format is known, strptime
might be easier.
parse_date(datestring)
datestring |
a string consisting of a timestamp |
# Parse dates in many formats
parse_date("Sunday, 06-Nov-94 08:49:37 GMT")
parse_date("06 Nov 1994 08:49:37")
parse_date("20040911 +0200")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.