PropertiesFielddescriptor | R Documentation |
Getting and setting properties of Data Resources
## S3 method for class 'fielddescriptor'
dp_name(x)
## S3 method for class 'fielddescriptor'
dp_title(x)
## S3 replacement method for class 'fielddescriptor'
dp_description(x) <- value
## S3 method for class 'fielddescriptor'
dp_format(x, ...)
dp_type(x)
dp_type(x) <- value
## S3 method for class 'fielddescriptor'
dp_type(x)
x |
a |
value |
the new value of the property. |
... |
used to pass additional arguments to other methods. |
Either returns the property or modifies the object. If the property is not
set NULL
is returned (unless default = TRUE
).
See PropertiesDatapackage and PropertiesDataresource for methods
for Data Packages and Data Resources respectively. Also see
dp_property
for a generic method for getting and setting
properties. These functions can also be used to get and set 'unofficial'
properties'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.