Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jun 22, 2023
1 parent 28ff2b2 commit 0e79b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/teal_slice.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
#' match names of data sets and vector elements match variable names in respective data sets;
#' specify which variables are allowed to be filtered; see `Details`
#' @param count_type `character(1)` string specifying how observations are tallied by these filter states.
#' @param module_add `logical(1)` logical flag specifying whether the user will be able to add new filters
#' Possible options:
#' - `"all"` to have counts of single `FilterState` to show number of observation in filtered
#' and unfiltered dataset.
#' - `"none"` to have counts of single `FilterState` to show unfiltered number only.
#' @param module_add `logical(1)` logical flag specifying whether the user will be able to add new filters
#' @param id `character(1)` identifier of the filter
#' @param title `character(1)` title of the filter
#' @param expr `character(1)` string providing a logical expression;
Expand Down
6 changes: 3 additions & 3 deletions man/teal_slice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e79b9b

Please sign in to comment.