dp_property | R Documentation |
Get and set properties of Data Packages and Data Resources
dp_property(x, attribute)
## S3 method for class 'readonlydatapackage'
dp_property(x, attribute)
## S3 method for class 'editabledatapackage'
dp_property(x, attribute)
dp_property(x, attribute) <- value
## S3 replacement method for class 'readonlydatapackage'
dp_property(x, attribute) <- value
## S3 replacement method for class 'editabledatapackage'
dp_property(x, attribute) <- value
## S3 method for class 'dataresource'
dp_property(x, attribute)
## S3 replacement method for class 'dataresource'
dp_property(x, attribute) <- value
## S3 method for class 'tableschema'
dp_property(x, attribute)
## S3 replacement method for class 'tableschema'
dp_property(x, attribute) <- value
## S3 method for class 'fielddescriptor'
dp_property(x, attribute)
## S3 replacement method for class 'fielddescriptor'
dp_property(x, attribute) <- value
x |
a |
attribute |
a length 1 character vector with the name of the property. |
value |
the new value of the property. |
Either returns the property or modifies the object.
See dp_name
etc. for methods for specific properties for Data
Packages and dp_encoding
etc. for specific properties for Data
Resources. These specific methods also check if the input is valid for the
given property.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.