Skip to content
GitLab
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
8d98739f
Commit
8d98739f
authored
Mar 30, 2017
by
Amine GHOZLANE
Browse files
Small debug for server usage
parent
1351ecdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
8d98739f
...
...
@@ -1934,6 +1934,7 @@ shinyServer(function(input, output,session) {
}
temp
=
tempfile
(
pattern
=
"file"
,
tmpdir
=
tempdir
(),
fileext
=
".tsv"
)
write.table
(
res
,
file
=
temp
,
quote
=
F
,
sep
=
"\t"
,
row.names
=
F
,
col.names
=
F
)
Sys.chmod
(
temp
,
mode
=
"7777"
,
use_umask
=
TRUE
)
return
(
temp
)
}
...
...
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