-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
155 additions
and
146 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
#' Modules for the different tabs of Tamatoa, the tamatoamlr Shiny app | ||
#' Tamatoa data modules | ||
#' | ||
#' Modules for the different tabs of Tamatoa, the tamatoamlr Shiny app | ||
#' Modules for the different tabs of Tamatoa, the `tamatoamlr` Shiny app | ||
#' | ||
#' @name shiny_modules | ||
#' | ||
#' @param id character used to specify namespace, see \code{shiny::\link[shiny]{NS}} | ||
#' @param src reactive; a DBI database connection. | ||
#' Intended to be the output of \code{\link{mod_database_server}}, | ||
#' i.e. a pool object | ||
#' @param season.df reactive; the season info data frame. | ||
#' Intended to be the first element (\code{season.df}) of | ||
#' the (list) output of \code{\link{mod_filter_season_server}} | ||
#' @param tab reactive; the selected tab. | ||
#' Used by the modules to only collect data from database if the | ||
#' relevant tab is chosen | ||
#' @param id character used to specify namespace, see [shiny::NS()] | ||
#' @param src reactive; a DBI database connection. Intended to be the output of | ||
#' [mod_database_server()], i.e. a pool object | ||
#' @param season.df reactive; the season info data frame. Intended to be the | ||
#' first element (`season.df`) of the (list) output of | ||
#' [mod_filter_season_server()] | ||
#' @param tab reactive; the selected tab. Used by the modules to only collect | ||
#' data from database if the relevant tab is chosen | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.