Learn R Programming

rintcal (version 1.1.3)

intcal.data.frames: 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

Run this code
 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)

Run the code above in your browser using DataLab