Description Usage Arguments Value
Make a message about filtering based on a score
1 2 3 4 5 6 7 | .makeScoreFilterMessage(
score_column,
score_threshold,
direction,
behavior,
fill_value
)
|
score_column |
chr, name of the column that contains scores. |
score_threshold |
num, values below or above this threshold will be removed from the data. |
direction |
chr, if "greater" only values above the threshold will be retained, if "smaller" - below the threshold. |
behavior |
chr, if "remove", values below/above the threshold will be
removed, if "replace", they will be set to |
fill_value |
if |
character - message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.