Description Usage Arguments Details Value Author(s) Examples
Extracts age information from objects and returns them in a useful format.
1 2 3 4 5 6 7 |
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
1 2 3 4 5 6 7 | ## 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.