dp_properties {datapackage} | R Documentation |
Get a list of properties defined for the object
Description
Get a list of properties defined for the object
Usage
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)
Arguments
x |
the object for which to obtain the properties |
Value
Returns a character vector (possibly zero length) with the names of the properties.
See Also
The dp_property
method can be used to get the values of the
properties.
[Package datapackage version 0.2.3 Index]