Index of /web/packages/inverseRegex/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2019-09-23 17:00 4.7K 

README

inverseRegex

The inverseRegex package allows users to reverse engineer regular expression patterns for R objects. Individual characters can be categorised into digits, letters, punctuation or spaces and encoded into run-lengths. This could be useful to summarise a dataset without viewing all individual entries or to aid in data cleaning.

The vignette vignettes/overview.Rmd contains an introduction to the package.

Installation

You can install the development version of inverseRegex from GitHub with:

# install.packages("devtools")
devtools::install_github("rntq472/inverseRegex")