Skip to content

xronos-ch/xronos.R

Repository files navigation

xronos

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN status R-CMD-check Codecov test coverage DOI

An R client to XRONOS, a worldwide database of chronological information from archaeological contexts, including radiocarbon and dendrochronological data.

Installation

You can install the development version of xronos using the remotes package:

remotes::install_github("xronos-ch/xronos.R")

Usage

Use chron_data() to get chronological data, using any of the search parameters supported by the XRONOS API:

chron_data(country = "Switzerland", material = c("charcoal", "bone"))

For further usage, see the introductory vignette (vignette("xronos")).