Other packages > Find by keyword >

timeseriesdb  

A Time Series Database for Official Statistics with R and PostgreSQL
View on CRAN: Click here


Download and install timeseriesdb package within the R console
Install from CRAN:
install.packages("timeseriesdb")

Install from Github:
library("remotes")
install_github("cran/timeseriesdb")

Install by package version:
library("remotes")
install_version("timeseriesdb", "1.0.0-1.1.2")



Attach the package and use:
library("timeseriesdb")
Maintained by
Matthias Bannert
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-11-26
Latest Update: 2022-03-23
Description:
Archive and manage times series data from official statistics. The 'timeseriesdb' package was designed to manage a large catalog of time series from official statistics which are typically published on a monthly, quarterly or yearly basis. Thus timeseriesdb is optimized to handle updates caused by data revision as well as elaborate, multi-lingual meta information.
How to cite:
Matthias Bannert (2014). timeseriesdb: A Time Series Database for Official Statistics with R and PostgreSQL. R package version 1.0.0-1.1.2, https://cran.r-project.org/web/packages/timeseriesdb. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1 (2014-11-26 15:40), 0.2.1 (2015-04-04 07:46), 0.2 (2015-03-26 11:40), 0.4.1 (2018-08-06 13:20), 0.4 (2018-07-19 19:40), 1.0.0-1.1.2 (2022-03-23 23:20)
Other packages that cited timeseriesdb R package
View timeseriesdb citation profile
Other R packages that timeseriesdb depends, imports, suggests or enhances
Complete documentation for timeseriesdb
Functions, R codes and Examples using the timeseriesdb R package
Some associated functions: as.meta . as.tsmeta . change_access_level . create_meta . create_tsmeta . date_to_index . db_access_level_create . db_access_level_delete . db_access_level_list . db_access_level_set_default . db_call_function . db_collection_add_ts . db_collection_delete . db_collection_get_keys . db_collection_get_last_update . db_collection_list . db_collection_read_metadata . db_collection_read_ts . db_collection_remove_ts . db_connection_close . db_connection_create . db_dataset_create . db_dataset_delete . db_dataset_get_keys . db_dataset_get_last_update . db_dataset_get_latest_release . db_dataset_get_next_release . db_dataset_get_release . db_dataset_list . db_dataset_read_metadata . db_dataset_read_ts . db_dataset_trim_history . db_dataset_update_metadata . db_get_installed_version . db_grant_to_admin . db_meta_get_latest_validity . db_metadata_read . db_metadata_store . db_release_cancel . db_release_create . db_release_list . db_release_update . db_ts_assign_dataset . db_ts_delete . db_ts_delete_latest_version . db_ts_find_keys . db_ts_get_access_level . db_ts_get_dataset . db_ts_get_last_update . db_ts_read . db_ts_read_history . db_ts_rename . db_ts_store . db_ts_trim_history . db_with_tmp_read . has_depth_2 . index_to_date . install_timeseriesdb . json_to_ts . kof_ts . param_defs . print.meta . setup_sql_extentions . setup_sql_functions . setup_sql_grant_rights . setup_sql_roles . setup_sql_tables . setup_sql_triggers . 
Some associated R codes: access_levels.R . calendar.R . collections.R . data.R . datasets.R . db_tmp_tables.R . delete_time_series.R . json_to_ts.R . metadata.R . param_docs.R . read_time_series.R . setup_sql.R . store_records.R . store_time_series.R . to_ts_json.R . ts.R . utils.R .  Full timeseriesdb package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA