This function is the substancial function of unclusterize
.
1 2 3 4 5 6 7 8 9 | extract_a_cluster(
pos_key,
find_from,
direction,
df,
offset = c(0, 0),
ends,
info = NULL
)
|
pos_key |
Position where the |
find_from |
The row or column position
which |
direction |
The direction to which data clusters distribute |
df |
Data frame to be processed |
offset |
The offset ( |
ends |
List of regex to locate row- and column- ends of each cluster
Form should be like |
info |
Parameters to make key:value list such as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.