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 e0172f5 commit a9dc079Copy full SHA for a9dc079
R/module_cluster_stats.R
@@ -1,7 +1,7 @@
1
clusterStatsUI = function(id) {
2
- ns = NS(id)
+ ns = shiny::NS(id)
3
4
- box_content = tagList(
+ box_content = shiny::tagList(
5
shiny::br(),
6
7
# text to print choice
@@ -21,7 +21,7 @@ clusterStatsUI = function(id) {
21
22
# Help icon for the cluster-statistics panel
23
# - Clicking this icon does not lead to the underlying accordion_panel being expanded
24
- help_text = tags$p(
+ help_text = shiny::tags$p(
25
"The 'Cluster statistics' panel can be used to view or download data about a cluster.",
26
"First, select a cluster by clicking on a node in one of the tree-views or scatter plots."
27
)
0 commit comments