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.7)assertable_0.2.8.zip(r-4.6)assertable_0.2.8.zip(r-4.5)
assertable_0.2.8.tgz(r-4.6-any)assertable_0.2.8.tgz(r-4.5-any)
assertable_0.2.8.tar.gz(r-4.7-any)assertable_0.2.8.tar.gz(r-4.6-any)
assertable_0.2.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
assertable/json (API)

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

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

On CRAN:

Conda:

6.11 score 2 packages 144 scripts 663 downloads 7 exports 1 dependencies

Last updated from:605e856cb0. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK108
source / vignettesOK168
linux-release-x86_64OK106
macos-release-arm64OK188
macos-oldrel-arm64OK150
windows-develOK111
windows-releaseOK131
windows-oldrelOK73
wasm-releaseOK93

Exports:assert_colnamesassert_coltypesassert_idsassert_nrowsassert_valuescheck_filesimport_files

Dependencies:data.table

assertable Data Assertion Intro

Rendered fromdata_assertion_intro.Rmdusingknitr::rmarkdownon May 11 2026.

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

assertable File Assertion Intro

Rendered fromfile_assertion_intro.Rmdusingknitr::rmarkdownon May 11 2026.

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

assertable Template

Rendered fromassertion_template.Rmdusingknitr::rmarkdownon May 11 2026.

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