Extracts age information from objects and returns them in a useful format.
ages(obj, ...)# S3 method for download
ages(obj, ...)
# S3 method for download_list
ages(obj, ...)
an R object from which counts are to be extracted.
arugments passed to other methods.
Either a data frame of ages or a list of such objects.
Methods are available for "download" and "download_list" objects.
ostracodes <- get_dataset(datasettype = 'ostracode')
ostro.dl <- get_download(ostracodes)
ostro.ages <- ages(ostro.dl)
Run the code above in your browser using DataLab