dp_to_year {datapackage} | R Documentation |
Convert a vector to 'year' using the specified field descriptor
Description
Convert a vector to 'year' using the specified field descriptor
Usage
dp_to_year(x, fielddescriptor = list(), ...)
Arguments
x |
the vector to convert. |
fielddescriptor |
the field descriptor for the field. |
... |
passed on to other methods. |
Details
When fielddescriptor
is missing a default field descriptor is
generated.
Value
Will return an integer vector with fielddescriptor
added as the
'fielddescriptor' attribute.
[Package datapackage version 0.2.3 Index]