Description Usage Arguments Details Value Author(s) Examples
K-Means tidy functions
1 | kmeans_tidy(.kmeans_obj, .tidy_type = "tidy")
|
.kmeans_obj |
A |
.tidy_type |
"tidy","glance", or "augment" |
Takes in a k-means object and returns one of the items asked
for. Either the broom::tidy()
broom::glance()
or broom::augment()
. The
function defaults to broom::tidy()
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 5 | oppe_cpoe_query() %>%
oppe_cpoe_tbl() %>%
oppe_cpoe_user_item_tbl() %>%
oppe_cpoe_kmeans() %>%
kmeans_tidy()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.