inst/doc/colr.R

## ------------------------------------------------------------------------
head(iris)
head(colr::cgrep(iris,"^Petal\\."))  # matches all columns that have  names starting with the string "Petal."

## ----data----------------------------------------------------------------
colr::colrdata

## ----csub----------------------------------------------------------------
colr::csub(colr::colrdata, "^([01]?\\d)[/ \\-]([0123]?\\d)[/ \\-](?:(?:19)|(?:20))?(\\d{2})$","\\2-\\1-\\3")
1na/colr documentation built on May 5, 2019, 10:41 a.m.