Skip to contents

This function is a generic method to convert an object to an unordered factor. It dispatches methods based on the class of the input object.

Usage

as.unordered(x)

Arguments

x

An object to be converted to an unordered factor.

Value

An unordered factor representation of the input object.