From 839a15014a69480350b4549e08ac10cdf29970e3 Mon Sep 17 00:00:00 2001 From: lilyclements Date: Thu, 13 Jun 2024 17:05:24 +0100 Subject: [PATCH] fixing issue in Remove the current filter. --- R/data_sheet.R | 2 +- man/DataSheet.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/data_sheet.R b/R/data_sheet.R index e96482f..4a06c0c 100644 --- a/R/data_sheet.R +++ b/R/data_sheet.R @@ -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.} diff --git a/man/DataSheet.Rd b/man/DataSheet.Rd index 20f27e6..5e17825 100644 --- a/man/DataSheet.Rd +++ b/man/DataSheet.Rd @@ -92,7 +92,7 @@ An R6 class to handle and manage a data frame with associated metadata, filters, \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.}