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
- Host: GitHub
- URL: https://github.com/xronos-ch/xronos.r
- Owner: xronos-ch
- License: other
- Created: 2019-09-09T12:01:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T11:24:27.000Z (8 months ago)
- Last Synced: 2025-03-21T06:33:22.195Z (7 months ago)
- Topics: archaeology, r, r-package, radiocarbon, rstats
- Language: R
- Homepage: https://r.xronos.ch
- Size: 1.13 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#active)
[](https://CRAN.R-project.org/package=xronos)
[](https://github.com/xronos-ch/xronos.R/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/xronos-ch/xronos.R?branch=master)
[](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")`).