Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Midoux Cedric
easy16S
Commits
cfd6e78d
Commit
cfd6e78d
authored
Apr 21, 2020
by
Midoux Cedric
Browse files
demo_data in new.env()
parent
d69aa8f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
panels/dataInput.R
View file @
cfd6e78d
...
...
@@ -127,9 +127,13 @@ observeEvent(input$okData, {
"demo"
=
{
message
<-
as.character
(
input
$
demo
)
data
(
GlobalPatterns
)
load
(
"demo/demo.RData"
)
get
(
input
$
demo
)
ne
<-
new.env
()
if
(
!
is.null
(
input
$
demo
))
{
data
(
GlobalPatterns
)
load
(
"demo/demo.RData"
,
envir
=
ne
)
get
(
input
$
demo
)
}
},
"input"
=
{
...
...
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