Skip to contents

Merge elements from object of class 'canregs', 'fbswicds', or 'asrs' based on provided index or conditions. The class of the returned object will be the same with the input object.

Usage

cr_merge(data)

# S3 method for class 'canregs'
cr_merge(data)

# S3 method for class 'fbswicds'
cr_merge(data)

# S3 method for class 'asrs'
cr_merge(data)

# S3 method for class 'qualities'
cr_merge(data)

Arguments

data

An object of class 'canregs', 'asrs', or 'fbswicds'.

Value

An object with merged elements.