ages: Access proxy age data

agesR Documentation

Access proxy age data

Description

Extracts age information from objects and returns them in a useful format.

Usage

ages(obj, ...)

## S3 method for class 'download'
ages(obj, ...)

## S3 method for class 'download_list'
ages(obj, ...)

Arguments

obj

an R object from which counts are to be extracted.

...

arguments passed to other methods.

Details

Methods are available for "download" and "download_list" objects.

Value

Either a data frame of ages or a list of such objects.

Author(s)

Simon Goring

Examples

## Not run: 
ostracodes <- get_dataset(datasettype = 'ostracode')

ostro.dl <- get_download(ostracodes)
ostro.ages <- ages(ostro.dl)

## End(Not run)

ropensci/neotoma documentation built on Dec. 6, 2022, 6:26 p.m.