R/greplreshape.R

Defines functions greplreshape

greplreshape = function(data, expr = "HSEX") colnames(data )[ grep(expr, colnames(data)) ]
giacomovagni/TimeUseR documentation built on May 17, 2019, 4:18 a.m.