-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- expose filtering of subsets to user argument: ignore outlier generation for some subsets - Expose `n_min` and `n_max` args to user - Add argument checks #116, inc. checking filter expressions for existance of col names in `data` - Conditionally slice depending on whether `n_*` args supplied in call - Define internal helper fns to reduce duplicate code - Permit multiple logical expressions in argument ignore_subsets - Allow different values of `n_min` and `n_max` for different `dataset`s bug!: properly evaluate whether arg `ignore_subsets` is null and parse to `filter_vars`, see `dplyr::dplyr_data_masking` docs!: Update docs #118 - include functional updates in roxygen docs #102 - rm targets pipeline family tag style: tidy lint #97 - linespacing / whitespace - rm TODO comments - Add section header comments
- Loading branch information
Showing
1 changed file
with
250 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters