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:
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
Last updated from:605e856cb0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 168 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 188 | ||
| macos-oldrel-arm64 | OK | 150 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 131 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 93 |
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
