Skip to contents

This package provides convenience functions that are helpful for working with archaeological or historical data, where chronological information is stored as a ‘period’ (categorical values that may indicate chronology in one way or another). The functions are purely for formatting and ‘wrangling’ such data, and do not contain any means of analysis or further processing.

Installation

chrongler is not (yet?) on CRAN. You can install the current version from GitHub using:

remotes::install_github("lsteinmann/chrongler", build_vignettes = TRUE)

Scope

Using chrongler (and a concordance of periods and their grouping and absolute dating made with make_chrongler_conc()) you can easily:

A vignette explains the functions and especially setting up the concordance in detail, see:

browseVignettes("chrongler")

or read it online: chrongler wrangles categorical chronological data.

why

I made it mainly for myself to avoid redundancies in various other projects and have the process a bit more organized. There is significant overlap with the way that data imported from Field Desktop via idaifieldR is formatted, since this is my main use case. Of course, chrongler can just as easily be used with data gathered elsewhere as well.