Skip to content

Commit bf9c3a4

Browse files
author
Benoit Thieurmel
committed
fix css
1 parent e8f0a8e commit bf9c3a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ On peut aussi utiliser le package [shinythemes](http://rstudio.github.io/shinyth
5050
On peut par exemple aller prendre un thème sur [bootswatch](http://bootswatch.com/).
5151

5252
- 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``
5555

5656
```{r, eval = FALSE}
5757
library(shiny)

main.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Une application __shiny__ nécessite un ordinateur/un serveur éxécutant __R__
5151
- Initialiser une application est simple avec __RStudio__, en créant un nouveau projet
5252

5353
* File > New Project > New Directory > Shiny Web Application
54+
* OU File > New File > Shiny Web App > Multiple File
5455
* Basée sur deux scripts : ui.R et server.R
5556
* Et utilisant par défaut le sidebar layout
5657

0 commit comments

Comments
 (0)