Skip to content

Commit a847872

Browse files
committed
Update documentation
1 parent 0ebdbc9 commit a847872

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

R/mod_edish.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@ edish_UI <- function(module_id) {
125125
#' @param dataset_list `[shiny::reactive(list(data.frame))]`
126126
#'
127127
#' A reactive list of named datasets.
128-
#' @param afmm_param `[list]`
128+
#'
129+
#' @param on_sbj_click `[function() | NULL]`
129130
#'
130-
#' Named list of a selection of arguments from module manager. Expects
131-
#' at least two elements: \code{utils} and \code{module_names} defining a character vector
132-
#' whose entries have the corresponding module IDs as names.
131+
#' Function to invoke when a subject is clicked on the plot. If `NULL`, no action is taken.
133132
#' @inheritParams mod_edish
134133
#' @seealso [mod_edish()] and [edish_UI()]
135134
#' @export

man/edish_server.Rd

Lines changed: 3 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)