Skip to content
/ SCDB Public

❗ This is a read-only mirror of the CRAN R package repository. SCDB — Easily Access and Maintain Time-Based Versioned Data (Slowly-Changing-Dimension). Homepage: https://github.com/ssi-dk/SCDBhttps://ssi-dk.github.io/SCDB/ Report bugs for this package: https://github.com/ssi-dk/SCDB/issues

Notifications You must be signed in to change notification settings

cran/SCDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCDB SCDB website

CRAN status CI tests codecov

Overview

SCDB is a package for easily maintaining and updating data with a slowly changing dimension. More specifically, the package facilitates type-2 history for data warehouses and provide a number of quality-of-life improvements for working with SQL databases within R.

To better understand what a slowly changing dimension is and how and this packages provides it, see vignette("slowly-changing-dimension").

Installation

# Install SCDB from CRAN:
install.packages("SCDB")

# Alternatively, install the development version from github:
# install.packages("devtools")
devtools::install_github("ssi-dk/SCDB")

Usage

For basic usage examples, see vignette("SCDB").

About

❗ This is a read-only mirror of the CRAN R package repository. SCDB — Easily Access and Maintain Time-Based Versioned Data (Slowly-Changing-Dimension). Homepage: https://github.com/ssi-dk/SCDBhttps://ssi-dk.github.io/SCDB/ Report bugs for this package: https://github.com/ssi-dk/SCDB/issues

Resources

Stars

Watchers

Forks

Packages

No packages published