tsdb: Terribly-Simple Data Base for Time Series

A terribly-simple data base for numeric time series, written purely in R, so no external database-software is needed. Series are stored in plain-text files (the most-portable and enduring file type) in CSV format. Timestamps are encoded using R's native numeric representation for 'Date'/'POSIXct', which makes them fast to parse, but keeps them accessible with other software. The package provides tools for saving and updating series in this standardised format, for retrieving and joining data, for summarising files and directories, and for coercing series from and to other data types (such as 'zoo' series).

Getting started

Package details

AuthorEnrico Schumann [aut, cre] (<https://orcid.org/0000-0001-7601-6576>)
MaintainerEnrico Schumann <es@enricoschumann.net>
LicenseGPL-3
Version1.1-0
URL http://enricoschumann.net/R/packages/tsdb/ https://github.com/enricoschumann/tsdb https://gitlab.com/enricoschumann/tsdb
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("tsdb")

Try the tsdb package in your browser

Any scripts or data that you put into this service are public.

tsdb documentation built on March 7, 2023, 7:31 p.m.