control_quality | R Documentation |
Control function which specifies the quality flag settings. One or more settings can be customized. Not specified settings are left at defaults.
control_quality(
min_cpm = 1,
min_cpm_prop = 0.25,
min_corr = 0.5,
min_depth = NULL
)
min_cpm |
(non-negative |
min_cpm_prop |
( |
min_corr |
( |
min_depth |
(non-negative |
List with the above criteria to flag observations.
To be used with the add_quality_flags()
function.
# Default settings.
control_quality()
# One or more settings can be customized.
control_quality(min_cpm = 5, min_cpm_prop = 0.001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.