Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
3a77362e
Commit
3a77362e
authored
Sep 25, 2019
by
dmattek
Browse files
Typo fix
parent
3034a630
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/selOutliers.R
View file @
3a77362e
...
...
@@ -10,7 +10,7 @@ modSelOutliersUI = function(id, label = "Outlier Selection") {
ns
<-
NS
(
id
)
tagList
(
checkboxInput
(
ns
(
'chbRemoveOut'
),
'Remove otliers'
,
value
=
F
),
checkboxInput
(
ns
(
'chbRemoveOut'
),
'Remove o
u
tliers'
,
value
=
F
),
uiOutput
(
ns
(
'uiSelOutliers'
))
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment