contributor: Create contributor

Description Usage Arguments References See Also Examples

Description

A person or organization who contributed to the data package.

Usage

1
2
contributor(title, path = NULL, email = NULL, role = NULL,
  organisation = NULL)

Arguments

title

(character) Name or title of the contributor.

path

(character) URL pointing to a relevant location online.

email

(character) Email address.

role

(character) String describing contributor's role (e.g. author, publisher, maintainer, wrangler, contributor).

organisation

(character) Organisation contributor is affiliated with.

References

https://specs.frictionlessdata.io/data-package/#contributors

See Also

Other meta objects: constraints, field, foreignKey, package, resource, schema, source

Examples

1
2
3
4
5
6
contributor(
  title = "Joe Bloggs",
  email = "joe@bloggs.com",
  path = "http://www.bloggs.com",
  role = "author"
)

ezwelty/dpkg documentation built on May 30, 2019, 7:19 a.m.