manifest: Manifest functions

Description Usage Arguments Value

View source: R/manifest.R

Description

Generates a list with coverage description attributes. This list is used to describe the data, the authors, the data policy, relevant references to data sources used, and the data maintainer.

Usage

1
2
3
4
manifest(description = NA_character_, authors = NA_character_,
  references = NA_character_, citation = NA_character_,
  data_policy = NA_character_, maintainer = NA_character_,
  definition = NA_character_)

Arguments

description

A character text describing the coverage.

authors

A character vector with coverage authors.

references

A character vector with relevant references of data used.

citation

A character text with coverage citation.

data_policy

A character vector with urls or text informing data policy.

maintainer

A character text with coverage maintainer name and/or contact.

definition

A character text with a location of YML definition.

Value

A list containing all pairs name = value of coverage description attributes.


rolfsimoes/coverage documentation built on May 24, 2019, 9:48 p.m.