Learn R Programming

tidyclust (version 0.2.4)

tidy.cluster_fit: Turn a tidyclust model object into a tidy tibble

Description

This method tidies the model in a tidyclust model object, if it exists.

Usage

# S3 method for cluster_fit
tidy(x, ...)

Value

a tibble

Arguments

x

An object to be converted into a tidy tibble::tibble().

...

Additional arguments to tidying method.