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.0 |
Depends: | R (≥ 3.5.0) |
Suggests: | tibble, testthat, knitr, rmarkdown |
Published: | 2019-09-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 |
Reference manual: | inverseRegex.pdf |
Vignettes: |
overview |
Package source: | inverseRegex_0.1.0.tar.gz |
Windows binaries: | r-devel: inverseRegex_0.1.0.zip, r-release: inverseRegex_0.1.0.zip, r-oldrel: inverseRegex_0.1.0.zip |
macOS binaries: | r-release: inverseRegex_0.1.0.tgz, r-oldrel: inverseRegex_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=inverseRegex to link to this page.