coverage_extract-method: Extract coverages from a dataset.

coverage_extract-methodR Documentation

Extract coverages from a dataset.

Description

Extract temporal, spatial and taxanomic coverages from a dataset

Usage

coverage_extract(df, spatial = NULL, temporal = NULL, taxanomxic = NULL)

## S4 method for signature 'data.frame'
coverage_extract(df, spatial, temporal)

Arguments

df

The dataset to extract coverages from, this should be a dataframe.

spatial

a list of control parameters for extracting spatial coverages, see details for a full description

Details

Eeach coverage needs a corresponding list of parameters that specificy where the extractor can look for the appropriate data.

  • spatial a list that contains three control parameters

Value

Returns a coverage object with all coverages for a given dataset.

Examples

## Not run: 

Examp goes here

## End(Not run)

ropensci/mdextract documentation built on May 18, 2022, 5:37 p.m.