dpproperties: Get a list of properties defined for the object

View source: R/dpproperties.R

dppropertiesR Documentation

Get a list of properties defined for the object

Description

Get a list of properties defined for the object

Usage

dpproperties(x)

## S3 method for class 'readonlydatapackage'
dpproperties(x)

## S3 method for class 'editabledatapackage'
dpproperties(x)

## S3 method for class 'dataresource'
dpproperties(x)

## S3 method for class 'tableschema'
dpproperties(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 dpproperty method can be used to get the values of the properties.


djvanderlaan/datapackage documentation built on March 18, 2024, 4:57 p.m.