Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.74 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.74 KB

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")).