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")

Try the colr package in your browser

Any scripts or data that you put into this service are public.

colr documentation built on May 2, 2019, 8:24 a.m.