View source: R/find_low_variance_clms.R
find_low_variance_clms | R Documentation |
max_fraction_largest
of the samples.Checks all columns of my_df
except my_key
and checks if the most common factor is more than max_fraction_largest
.
find_low_variance_clms(
my_df,
max_fraction_largest = 0.9,
my_key = get_default_sample_key()
)
my_df |
|
max_fraction_largest |
number to indicate the max proportion the top fraction can take up before being reported. |
my_key |
string to specify key column of the |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ find_low_variance_clms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.