Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into teal_data@main
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Oct 25, 2023
2 parents ec575f9 + 8b2653d commit a256bbd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
Version: 0.14.0.9014
Date: 2023-10-20
Version: 0.14.0.9015
Date: 2023-10-25
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal 0.14.0.9014
# teal 0.14.0.9015

### Miscellaneous

Expand Down
12 changes: 11 additions & 1 deletion R/teal_slices.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#' Filter settings for teal applications
#'
#' Filter settings for teal applications
#' Specify initial filter states and filtering settings for a `teal` app.
#'
#' Produces a `teal_slices` object.
#' The `teal_slice` components will specify filter states that will be active when the app starts.
#' Attributes (created with the named arguments) will configure the way the app applies filters.
#' See argument descriptions for details.
#'
#' @inheritParams teal.slice::teal_slices
#'
Expand All @@ -25,6 +30,11 @@
#'
#' @param x (`list`) of lists to convert to `teal_slices`
#'
#' @return
#' A `teal_slices` object.
#'
#' @seealso [`teal.slice::teal_slices`], [`teal.slice::teal_slice`], [`slices_store`]
#'
#' @examples
#' filter <- teal_slices(
#' teal.slice::teal_slice(dataname = "iris", varname = "Species", id = "species"),
Expand Down
14 changes: 13 additions & 1 deletion man/teal_slices.Rd

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

0 comments on commit a256bbd

Please sign in to comment.