Description Usage Arguments References See Also Examples
A person or organization who contributed to the data package.
1 2  | 
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.  | 
https://specs.frictionlessdata.io/data-package/#contributors
Other meta objects: constraints,
field, foreignKey,
package, resource,
schema, source
1 2 3 4 5 6  | contributor(
  title = "Joe Bloggs",
  email = "joe@bloggs.com",
  path = "http://www.bloggs.com",
  role = "author"
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.