intcal.data.frames: Extract from the intcal file

View source: R/intcal_json.R

intcal.data.framesR 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)

Maarten14C/IntCal documentation built on Oct. 11, 2023, 1:25 a.m.