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 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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