Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
shaman
Commits
995fdf7b
Commit
995fdf7b
authored
Nov 22, 2016
by
svolant
Browse files
test RData
parent
5821f7b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
995fdf7b
...
...
@@ -90,6 +90,7 @@ shinyServer(function(input, output,session) {
return
(
data
)
})
## Input data
...
...
@@ -100,6 +101,8 @@ shinyServer(function(input, output,session) {
percent
=
NULL
Taxo
=
NULL
Counts
=
NULL
inputData
=
NULL
if
(
input
$
FileFormat
==
"fileCounts"
)
{
Counts
=
dataInputCounts
()
...
...
@@ -127,6 +130,17 @@ shinyServer(function(input, output,session) {
}
}
# if(input$FileFormat=="fileRData")
# {
# inFile <- input$fileRData
# load(inFile)
# if(!is.null(inputData)){
# data = inputData$data
# check = inputData$check
# percent = inputData$percent
# }
# }
return
(
list
(
data
=
data
,
check
=
check
,
percent
=
percent
))
})
...
...
ui.R
View file @
995fdf7b
...
...
@@ -44,6 +44,7 @@ sidebar <- dashboardSidebar(
menuItem
(
"Upload your data"
,
tabName
=
"Upload"
,
icon
=
icon
(
"upload"
)),
# bookmarkButton(),
menuItemOutput
(
"dymMenu"
),
img
(
src
=
"logo.jpg"
,
height
=
49
,
width
=
220
,
style
=
"position:absolute;bottom:0;margin:0 0 15px 10px;"
)
)
)
...
...
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