Other packages > Find by keyword >

daiquiri  

Data Quality Reporting for Temporal Datasets
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("daiquiri", "1.1.1")



Attach the package and use:
library("daiquiri")
Maintained by
T. Phuong Quan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-11-11
Latest Update: 2023-07-18
Description:
Generate reports that enable quick visual review of temporal shifts in record-level data. Time series plots showing aggregated values are automatically created for each data field (column) depending on its contents (e.g. min/max/mean values for numeric data, no. of distinct values for categorical data), as well as overviews for missing values, non-conformant values, and duplicated rows. The resulting reports are shareable and can contribute to forming a transparent record of the entire analysis process. It is designed with Electronic Health Records in mind, but can be used for any type of record-level temporal data (i.e. tabular data where each row represents a single "event", one column contains the "event date", and other columns contain any associated values for the event).
How to cite:
T. Phuong Quan (2022). daiquiri: Data Quality Reporting for Temporal Datasets. R package version 1.1.1, https://cran.r-project.org/web/packages/daiquiri. Accessed 21 Nov. 2024.
Previous versions and publish date:
1.0.1 (2022-11-11 16:30), 1.0.2 (2022-11-21 16:40), 1.0.3 (2022-12-06 12:50)
Other packages that cited daiquiri R package
View daiquiri citation profile
Other R packages that daiquiri depends, imports, suggests or enhances
Complete documentation for daiquiri
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

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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