View source: R/field_integer.R
dp_to_integer | R Documentation |
Convert a vector to 'integer' using the specified field descriptor
dp_to_integer(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 integer
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.