Skip to contents

This function provides the default method for handling the input x when no specific method is available.

Usage

# Default S3 method
as.unordered(x)

Arguments

x

Any object that you want to apply the default method to.

Value

The input object x, unchanged.