inverseRegex: Reverse Engineers Regular Expression Patterns for R Objects

Reverse engineer a regular expression pattern for the characters contained in an R object. Individual characters can be categorised into digits, letters, punctuation or spaces and encoded into run-lengths. This can be used to summarise the structure of a dataset or identify non-standard entries. Many non-character inputs such as numeric vectors and data frames are supported.

Version: 0.1.1
Depends: R (≥ 3.5.0)
Suggests: tibble, testthat, knitr, rmarkdown
Published: 2022-10-23
Author: Jasper Watson [aut, cre]
Maintainer: Jasper Watson <jasper.g.watson at gmail.com>
BugReports: https://github.com/rntq472/inverseRegex/issues
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: inverseRegex results

Documentation:

Reference manual: inverseRegex.pdf
Vignettes: overview

Downloads:

Package source: inverseRegex_0.1.1.tar.gz
Windows binaries: r-devel: inverseRegex_0.1.1.zip, r-release: inverseRegex_0.1.1.zip, r-oldrel: inverseRegex_0.1.1.zip
macOS binaries: r-release (arm64): inverseRegex_0.1.1.tgz, r-oldrel (arm64): inverseRegex_0.1.1.tgz, r-release (x86_64): inverseRegex_0.1.1.tgz
Old sources: inverseRegex archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=inverseRegex to link to this page.