Skip to content

Commit

Permalink
Update R/TealAppDriver.R
Browse files Browse the repository at this point in the history
Co-authored-by: Vedha Viyash <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and vedhav authored Apr 10, 2024
1 parent b2afcbd commit a87be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ TealAppDriver <- R6::R6Class( # nolint: object_name.
active_filters[[dataset_name]]
},
#' @description
#' Adds a new filter variable to the dataset. Supports both standard datasets and MAE datasets.
#' Adds a new filter variable to the dataset. Supports both `data.frame` and `MAE` datasets.
#'
#' @param dataset_name (character) The name of the dataset to add the filter variable to.
#' @param sample_name (character) The name of the sample/experiment.
Expand Down

0 comments on commit a87be2f

Please sign in to comment.