intcal.data.frames {rintcal} | R Documentation |
Extract from the intcal file
Description
Extract items from the intcal json file.
Usage
intcal.data.frames(obj, ...)
Arguments
obj |
Name of the object |
... |
Additional options can be provided, see examples |
Examples
intcal <- intcal.read.data()
# all datasets from the Southern Hemisphere:
sh.data <- intcal.data.frames(intcal, intcal_set_type='SH')
head(sh.data)
Irish.oaks <- intcal.data.frames(intcal, intcal_set=3)
head(Irish.oaks[[2]]$data)
[Package rintcal version 0.6.4 Index]