Learn R Programming

tsdb (version 1.1-0)

Terribly-Simple Data Base for Time Series

Description

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

Copy Link

Version

Install

install.packages('tsdb')

Monthly Downloads

300

Version

1.1-0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Enrico Schumann

Last Published

February 20th, 2023

Functions in tsdb (1.1-0)

ts_table

Create ts_table
as.ts_table

Coerce to ts_table
tsdb-package

Terribly-Simple Database for Time Series
ttime

Translate Timestamps
file_info

Information about Data File
write_ts_table

Write Time-Series Data to File
read_ts_tables

Read Time-Series Data from Files