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
jlopez
sagJL
Commits
3e950c25
Commit
3e950c25
authored
Oct 07, 2021
by
khalid
Browse files
explicit load shinydashboard
parent
d8d303dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.R
View file @
3e950c25
...
...
@@ -259,8 +259,8 @@ generate_pages_server <- function() {
resG
<-
resG
+
"\t# \tPage : "
+
name
+
"\n"
path_page
=
output_dir
+
"/pages/pages_def_"
+
tolower
(
name
)
+
".R"
file.replace
(
path_page
)
res
<-
'tab'
+
name
+
' = fluidPage(\n\n'
res
<-
'library(shinydashboard)\n\n'
res
<-
res
+
'tab'
+
name
+
' = fluidPage(\n\n'
res
<-
res
+
'box(title = "Parameters :", width = 12, status = "primary", collapsible = TRUE, solidHeader = TRUE'
...
...
Write
Preview
Supports
Markdown
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