An open API service indexing awesome lists of open source software.

https://github.com/xronos-ch/xronos.r

R client to XRONOS
https://github.com/xronos-ch/xronos.r

archaeology r r-package radiocarbon rstats

Last synced: 1 day ago
JSON representation

R client to XRONOS

Awesome Lists containing this project

README

          

# xronos

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CRAN status](https://www.r-pkg.org/badges/version/xronos)](https://CRAN.R-project.org/package=xronos)
[![R-CMD-check](https://github.com/xronos-ch/xronos.R/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/xronos-ch/xronos.R/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/xronos-ch/xronos.R/branch/master/graph/badge.svg)](https://app.codecov.io/gh/xronos-ch/xronos.R?branch=master)
[![DOI](https://zenodo.org/badge/207299008.svg)](https://zenodo.org/badge/latestdoi/207299008)

An R client to [XRONOS](https://xronos.ch), a worldwide database of chronological information from archaeological contexts, including radiocarbon and dendrochronological data.

## Installation

You can install the xronos R package from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("xronos")
```

You can also install the development version of xronos using the [remotes](https://remotes.r-lib.org/) package:

``` r
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](https://xronos.ch/api):

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

For further usage, see the [introductory vignette](https://r.xronos.ch/articles/xronos.html) (`vignette("xronos")`).