Package: assertable 0.2.8

assertable: Verbose Assertions for Tabular Data (Data.frames and Data.tables)

Simple, flexible, assertions on data.frame or data.table objects with verbose output for vetting. While other assertion packages apply towards more general use-cases, assertable is tailored towards tabular data. It includes functions to check variable names and values, whether the dataset contains all combinations of a given set of unique identifiers, and whether it is a certain length. In addition, assertable includes utility functions to check the existence of target files and to efficiently import multiple tabular data files into one data.table.

Authors:Grant Nguyen [aut, cre], Max Czapanskiy [ctb]

assertable_0.2.8.tar.gz
assertable_0.2.8.zip(r-4.5)assertable_0.2.8.zip(r-4.4)assertable_0.2.8.zip(r-4.3)
assertable_0.2.8.tgz(r-4.4-any)assertable_0.2.8.tgz(r-4.3-any)
assertable_0.2.8.tar.gz(r-4.5-noble)assertable_0.2.8.tar.gz(r-4.4-noble)
assertable_0.2.8.tgz(r-4.4-emscripten)assertable_0.2.8.tgz(r-4.3-emscripten)
assertable.pdf |assertable.html
assertable/json (API)

# Install 'assertable' in R:
install.packages('assertable', repos = c('https://gnguy.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/gnguy/assertable/issues

On CRAN:

7 exports 1.20 score 1 dependencies 2 dependents 219 scripts 498 downloads

Last updated 4 years agofrom:605e856cb0. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 06 2024
R-4.5-winOKSep 06 2024
R-4.5-linuxOKSep 06 2024
R-4.4-winOKSep 06 2024
R-4.4-macOKSep 06 2024
R-4.3-winOKSep 06 2024
R-4.3-macOKSep 06 2024

Exports:assert_colnamesassert_coltypesassert_idsassert_nrowsassert_valuescheck_filesimport_files

Dependencies:data.table

assertable Data Assertion Intro

Rendered fromdata_assertion_intro.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2017-01-13
Started: 2017-01-13

assertable File Assertion Intro

Rendered fromfile_assertion_intro.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2017-01-26
Started: 2017-01-13

assertable Template

Rendered fromassertion_template.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2017-01-26
Started: 2017-01-13