Package: starschemar Title: Obtaining Stars from Flat Tables Version: 1.2.5.9000 Authors@R: c( person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4457-3439")), person("Universidad de Granada", role = "cph") ) Description: Data in multidimensional systems is obtained from operational systems and is transformed to adapt it to the new structure. Frequently, the operations to be performed aim to transform a flat table into a star schema. Transformations can be carried out using professional extract, transform and load tools or tools intended for data transformation for end users. With the tools mentioned, this transformation can be carried out, but it requires a lot of work. The main objective of this package is to define transformations that allow obtaining stars from flat tables easily. In addition, it includes basic data cleaning, dimension enrichment, incremental data refresh and query operations, adapted to this context. License: MIT + file LICENSE URL: https://josesamos.github.io/starschemar/, https://github.com/josesamos/starschemar BugReports: https://github.com/josesamos/starschemar/issues Depends: R (>= 4.1.0) Imports: dplyr, generics, methods, purrr, rlang, snakecase, stats, tibble, tidyr Suggests: knitr, pander, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libicu-dev Repository: https://josesamos.r-universe.dev Date/Publication: 2024-05-02 07:21:05 UTC RemoteUrl: https://github.com/josesamos/starschemar RemoteRef: HEAD RemoteSha: 5ed318f0a05cec36e5dbecb8a182185b6465c87d NeedsCompilation: no Packaged: 2026-06-09 09:15:30 UTC; root Author: Jose Samos [aut, cre] (ORCID: ), Universidad de Granada [cph] Maintainer: Jose Samos