We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bc4cd commit 6f02f63Copy full SHA for 6f02f63
R/tm_g_distribution.R
@@ -45,7 +45,7 @@
45
#' ..., # arguments for module
46
#' decorators = list(
47
#' default = list(teal_transform_module(...)), # applied to all outputs
48
-#' histogram_plot = list(teal_transform_module(...)), # applied only to `histogram_plot` output (histogram plot)
+#' histogram_plot = list(teal_transform_module(...)), # applied only to `histogram_plot` output
49
#' qq_plot = list(teal_transform_module(...)) # applied only to `qq_plot` output
50
#' summary_table = list(teal_transform_module(...)) # applied only to `summary_table` output
51
#' test_table = list(teal_transform_module(...)) # applied only to `test_table` output
0 commit comments