get_removed: Get a Text Stored in a 'hierarchical_cluster' Object

Description Usage Arguments Value Examples

Description

Extract the text supplied to the hierarchical_cluster object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
get_removed(x, ...)

## S3 method for class 'hierarchical_cluster'
get_removed(x, ...)

## S3 method for class 'kmeans_cluster'
get_removed(x, ...)

## S3 method for class 'skmeans_cluster'
get_removed(x, ...)

## S3 method for class 'nmf_cluster'
get_removed(x, ...)

## S3 method for class 'data_store'
get_removed(x, ...)

Arguments

x

A hierarchical_cluster object.

...

ignored.

Value

Returns a vector of text strings.

Examples

1
2
3
4
5
6

trinker/clustext documentation built on May 31, 2019, 8:41 p.m.