Learn R Programming

datapackage (version 0.2.1)

dp_properties: 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 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)

Value

Returns a character vector (possibly zero length) with the names of the properties.

Arguments

x

the object for which to obtain the properties

See Also

The dp_property method can be used to get the values of the properties.