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, ...)
Examples
if (FALSE) { # \dontrun{
ostracodes <- get_dataset(datasettype = 'ostracode')
ostro.dl <- get_download(ostracodes)
ostro.ages <- ages(ostro.dl)
} # }