Skip to content

Commit 5ecbaa9

Browse files
authored
531 warning in example@pre release cleanup@main (#532)
closes #531 We used to distinguish sub-items of the MAE object by term `datalabel`. We don't do this anymore, this is artifact after the refactor.
1 parent 2d2a9fc commit 5ecbaa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/FilteredData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#' teal_slice(dataname = "mae", varname = "gender", selected = "female", keep_na = TRUE),
8080
#' teal_slice(
8181
#' dataname = "mae", varname = "ARRAY_TYPE",
82-
#' selected = "", keep_na = TRUE, datalabel = "RPPAArray", arg = "subset"
82+
#' selected = "", keep_na = TRUE, experiment = "RPPAArray", arg = "subset"
8383
#' )
8484
#' )
8585
#' datasets$set_filter_state(state = fs)

man/FilteredData.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)