properties_datapackage: Getting and setting properties of Data Packages

dpcontributorsR Documentation

Getting and setting properties of Data Packages

Description

Getting and setting properties of Data Packages

Usage

dpcontributors(x, ...)

dpcontributors(x) <- value

## S3 method for class 'datapackage'
dpcontributors(x, ...)

## S3 replacement method for class 'datapackage'
dpcontributors(x) <- value

dpname(x)

## S3 method for class 'datapackage'
dpname(x)

dpname(x) <- value

## S3 replacement method for class 'datapackage'
dpname(x) <- value

dptitle(x)

## S3 method for class 'datapackage'
dptitle(x)

dptitle(x) <- value

## S3 replacement method for class 'datapackage'
dptitle(x) <- value

dpdescription(x, ..., firstparagraph = FALSE, dots = FALSE)

## S3 method for class 'datapackage'
dpdescription(x, ..., firstparagraph = FALSE, dots = FALSE)

dpdescription(x) <- value

## S3 replacement method for class 'datapackage'
dpdescription(x) <- value

dpkeywords(x, ...)

## S3 method for class 'datapackage'
dpkeywords(x, ...)

dpkeywords(x) <- value

## S3 replacement method for class 'datapackage'
dpkeywords(x) <- value

dpcreated(x, ...)

## S3 method for class 'datapackage'
dpcreated(x, ...)

dpcreated(x) <- value

## S3 replacement method for class 'datapackage'
dpcreated(x) <- value

dpid(x, ...)

## S3 method for class 'datapackage'
dpid(x, ...)

dpid(x) <- value

## S3 replacement method for class 'datapackage'
dpid(x) <- value

Arguments

x

a datapackage object.

...

used to pass additional arguments to other methods.

value

the new value of the property.

firstparagraph

Only return the first paragraph of the description.

dots

When returning only the first paragraph indicate missing paragraphs with ....

Value

Either returns the property or modifies the object.

See Also

See dpresource for methods for getting and setting the resources of a Data Package.


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