From 01b655bac7136f41df495e22a28ff236c9b11193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Mon, 4 Mar 2024 14:59:11 +0100 Subject: [PATCH] docs(basic-principles): Remove early Note --- vignettes/basic-principles.Rmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/vignettes/basic-principles.Rmd b/vignettes/basic-principles.Rmd index 8088ac39..45d45c37 100644 --- a/vignettes/basic-principles.Rmd +++ b/vignettes/basic-principles.Rmd @@ -48,9 +48,6 @@ In practice, this is done by labeling each record in the data with three additio This strategy of time versioning is often called "type 2" history [@Kimball2013]. -Note that identical records may be removed and introduced more than once; for example, in a table of names and -addresses, a person may change their address (or name) back to a previous value. - The SCDB package provides the function `update_snapshot` to handle the insertion and deactivation of records using this strategy. It further includes several functions to improve the Quality of life for working with database data.