Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grlloyd committed Aug 11, 2023
1 parent e29c849 commit 710dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mv_feature_filter_class.R
Expand Up @@ -59,7 +59,7 @@ mv_feature_filter = function(
'non-missing values is not met for all groups.'),
"within_one" = paste0(
'Features are removed if the threshold for ',
'non-missing values is not met for at least one group.'),
'non-missing values is not met for any group.'),
"QC" = paste0(
'Features are removed if the threshold for ',
'non-missing values is not met for the named group.'),
Expand Down

0 comments on commit 710dd2a

Please sign in to comment.