Skip to content

Commit

Permalink
fixing issue in Remove the current filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Jun 13, 2024
1 parent 6d60759 commit 839a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/data_sheet.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#' \item{\code{get_filter_column_names(filter_name)}}{Gets the column names used in a filter.}
#' \item{\code{get_current_filter_column_names()}}{Gets the column names used in the current filter.}
#' \item{\code{filter_applied()}}{Checks if a filter is applied.}
#' \item{\code{remove_current_filter()}}
#' \item{\code{remove_current_filter()}}{Remove the current filter.}
#' \item{\code{filter_string(filter_name)}}{Returns the string representation of a filter.}
#' \item{\code{get_filter_as_instat_calculation(filter_name)}}{Returns the filter as an instat calculation object.}
#' \item{\code{add_column_selection(column_selection, name, replace, set_as_current, is_everything, and_or)}}{Adds a column selection to the data.}
Expand Down
2 changes: 1 addition & 1 deletion man/DataSheet.Rd

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

0 comments on commit 839a150

Please sign in to comment.