dp_properties: Get a list of properties defined for the object

View source: R/dp_properties.R

dp_propertiesR 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.


djvanderlaan/datapackage documentation built on June 12, 2025, 2:44 a.m.