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]
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for daiquiri010203040506070TrendBars

Today's Hot Picks in Authors and Packages

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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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