README.md

Package avidstart

A collection of helper R functions and a couple of R6 objects aimed at speeding up start-up phase of projects focused on data transformation and analysis.

| Function/Object | Description | | ----- | ----- | | which_pattern | Finds which regex pattern first matches the string. | | patband | A vector of regex patterns is called "band"; returned is the band of a pattern which was the first to match the string. | | replace_along | Replace values in a vector where condition applies, with condition being a vector index, regex, expression or function. | | pngroup | Convenient method to extract n-th capture group of a regex. | | signc | Returns numeric argument's sign as a character. |

Please refer to help files for details.



avidclam/avidstart documentation built on May 17, 2019, 10:01 a.m.