dp_to_date | R Documentation |
Convert a vector to 'date' using the specified field descriptor
dp_to_date(x, fielddescriptor = list(), ...)
x |
the vector to convert. |
fielddescriptor |
the field descriptor for the field. |
... |
passed on to other methods. |
When fielddescriptor
is missing a default field descriptor is
generated.
Will return an Date
vector with fielddescriptor
added as the
'fielddescriptor' attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.