Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Gitlab migration complete. If you have any issue please read the
FAQ
.
Open sidebar
Environmental Cheminformatics
shinyscreen
Commits
1a2dc568
Commit
1a2dc568
authored
Jun 08, 2021
by
Todor Kondic
Browse files
...
parent
03a0c94f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
R/shiny-ui-base.R
R/shiny-ui-base.R
+2
-1
No files found.
R/shiny-ui-base.R
View file @
1a2dc568
...
...
@@ -666,7 +666,8 @@ mk_shinyscreen_server <- function() {
})
rf_get_order
<-
reactive
({
dt
<-
tryCatch
(
rhandsontable
::
hot_to_r
(
input
$
order_summ
),
error
=
function
(
e
)
def_ord_summ
)
dt
<-
if
(
NROW
(
input
$
order_summ
)
==
0
)
def_ord_summ
else
rhandsontable
::
hot_to_r
(
input
$
order_summ
)
tmp
<-
dt
[
Direction
==
"descending"
,
.
(
`Column Name`
=
paste0
(
"-"
,
`Column Name`
))]
tmp
[,
`Column Name`
]
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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