Description Usage Arguments Value Examples
View source: R/replace_na_value_in_metric.R
Replaces all values of a tidycyte metric containing NA values with a replacement value.
1 | replace_na_value_in_metric(.df, .replace, ...)
|
.df |
A data frame containing tidycyte data. |
.replace |
A numeric replacement value |
... |
< |
A dataframe with adjusted metrics
1 | df %>% replace_na_value_in_metric(0,`h2-3`,mAzalea)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.