File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ On peut aussi utiliser le package [shinythemes](http://rstudio.github.io/shinyth
50
50
On peut par exemple aller prendre un thème sur [ bootswatch] ( http://bootswatch.com/ ) .
51
51
52
52
- Deux façons pour le renseigner :
53
- + argument `` theme `` dans `` fluidPage ``
54
- + ou avec un tags html : `` tags$head `` et `` tags$link ``
53
+ + argument `` theme `` présent dans certaines fonctions ( `` fluidPage `` , `` navbarPage `` , ...)
54
+ + ou avec un tags html : `` tags$head `` et `` tags$link ``
55
55
56
56
``` {r, eval = FALSE}
57
57
library(shiny)
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Une application __shiny__ nécessite un ordinateur/un serveur éxécutant __R__
51
51
- Initialiser une application est simple avec __ RStudio__ , en créant un nouveau projet
52
52
53
53
* File > New Project > New Directory > Shiny Web Application
54
+ * OU File > New File > Shiny Web App > Multiple File
54
55
* Basée sur deux scripts : ui.R et server.R
55
56
* Et utilisant par défaut le sidebar layout
56
57
You can’t perform that action at this time.
0 commit comments