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
6f2a42da
Commit
6f2a42da
authored
Sep 13, 2016
by
Amine GHOZLANE
Browse files
Code cleaning
parent
ecbf209b
Changes
2
Hide whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
6f2a42da
if
(
!
require
(
"Rcpp"
)){
install.packages
(
"Rcpp"
)
}
if
(
!
require
(
shiny
)){
install.packages
(
"shiny"
)
library
(
shiny
)
}
if
(
!
require
(
shinydashboard
)){
install.packages
(
'shinydashboard'
)
library
(
shinydashboard
)
...
...
server.R
View file @
6f2a42da
source
(
'LoadPackages.R'
)
library
(
shiny
)
renderDataTable
<-
DT
::
renderDataTable
dataTableOutput
<-
DT
::
dataTableOutput
...
...
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