Learn R Programming

ncpen (version 1.0.0)

same.base: Check whether column names are derivation of a same base.

Description

This is internal use only function.

Usage

same.base(base.cols, a, b)

Arguments

base.cols

vector of base column names.

a

first column to be compared.

b

second column to be compared.

Value

TRUE if same base, FALSE otherwise.