View source: R/dp_properties.R
dp_properties | R Documentation |
Get a list of properties defined for the object
dp_properties(x)
## S3 method for class 'readonlydatapackage'
dp_properties(x)
## S3 method for class 'editabledatapackage'
dp_properties(x)
## S3 method for class 'dataresource'
dp_properties(x)
## S3 method for class 'tableschema'
dp_properties(x)
## S3 method for class 'fielddescriptor'
dp_properties(x)
x |
the object for which to obtain the properties |
Returns a character vector (possibly zero length) with the names of the properties.
The dp_property
method can be used to get the values of the
properties.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.