Get a list of properties defined for the object
dp_properties(x)# S3 method for readonlydatapackage
dp_properties(x)
# S3 method for editabledatapackage
dp_properties(x)
# S3 method for dataresource
dp_properties(x)
# S3 method for tableschema
dp_properties(x)
# S3 method for fielddescriptor
dp_properties(x)
Returns a character vector (possibly zero length) with the names of the properties.
the object for which to obtain the properties
The dp_property
method can be used to get the values of the
properties.