get_thresholds | R Documentation |
Get all (default) thresholds
get_thresholds(test_name, default = TRUE)
test_name |
String. The name of the test to get. |
default |
Boolean. (default is TRUE) If TRUE, the default threshold will be returned. If FALSE the current used thresholds. |
If test_name
is missing, all threshold will be returned.
# Get all default thresholds
get_thresholds(default = TRUE)
# Get all current thresholds
get_thresholds(default = FALSE)
# Get all current thresholds
get_thresholds(test_name = "oos_mean", default = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.