license: Create license

Description Usage Arguments References Examples

Description

A license under which the data package is provided.

Usage

1
license(name = NULL, path = NULL, title = NULL)

Arguments

name

(character) Open Definition license ID (see http://licenses.opendefinition.org/). Required if path is NULL.

path

(character) URL or path (see data-resource/url-or-path). Required if name is NULL.

title

(character) Human-readable title.

References

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

Examples

1
2
3
4
5
license(
  name = "ODC-PDDL-1.0",
  path = "http://opendatacommons.org/licenses/pddl/",
  title = "Open Data Commons Public Domain Dedication and License v1.0"
)

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