Learn R Programming

Greg (version 2.0.2)

prCaSelectAndOrderVars: Re-order variables

Description

Re-order variables

Usage

prCaSelectAndOrderVars(names, order, ok2skip = FALSE)

Value

vector A vector containing the greps

Arguments

names

The names of the variables

order

The order regular expression

ok2skip

If you have the intercept then it should be ok for the function to skip that variable if it isn't found among the variable list

See Also

Other printCrudeAndAdjusted functions: prCaAddRefAndStat(), prCaAddReference(), prCaAddUserReferences(), prCaGetImputationCols(), prCaGetRowname(), prCaGetVnStats(), prCaPrepareCrudeAndAdjusted(), prCaReorderReferenceDescribe(), prCaReorder(), prCaSetRownames()