source: Create source

Description Usage Arguments References See Also Examples

Description

A source of raw data for the data package.

Usage

1
source(title = NULL, path = NULL, email = NULL)

Arguments

title

(character) Name of the source.

path

(character) URL or path (see data-resource/url-or-path).

email

(character) Email address.

References

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

See Also

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

Examples

1
2
3
4
source(
  title = "World Bank and OECD",
  path = "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"
)

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