| ages | R Documentation | 
Extracts age information from objects and returns them in a useful format.
ages(obj, ...) ## S3 method for class 'download' ages(obj, ...) ## S3 method for class 'download_list' ages(obj, ...)
obj | 
 an R object from which counts are to be extracted.  | 
... | 
 arguments passed to other methods.  | 
Methods are available for "download" and "download_list" objects.
Either a data frame of ages or a list of such objects.
Simon Goring
## Not run: ostracodes <- get_dataset(datasettype = 'ostracode') ostro.dl <- get_download(ostracodes) ostro.ages <- ages(ostro.dl) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.