Browse Source

Updated for new version of htmlwidgets

master
Maxime Wack 8 years ago
parent
commit
81e91da35d
1 changed files with 5 additions and 7 deletions
  1. +5
    -7
      cloture.Rmd

+ 5
- 7
cloture.Rmd View File

@@ -45,7 +45,7 @@ sprintf("%02.f", mois) %>%

# {.tabset}

## Généralités {.active}
## Généralités

### <a href="#outils" data-toggle="collapse" class="panel-heading">Outils informatiques</a> {.panel .panel-default}
#### {.panel-body .collapse .in #outils}
@@ -75,7 +75,7 @@ data_frame(Dates = rep(date, 5),
datatable(rownames = F)
```

## Production {.active}
## Production

### <a href="#tab1" data-toggle="collapse" class="panel-heading">Nombre total de RUM et de RSS transmis</a> {.panel .panel-default}
#### {.panel-body .collapse .in #tab1}
@@ -337,7 +337,7 @@ rum %>%
plot.title = element_text(hjust = 0))
```

## Exhaustivité {.active}
## Exhaustivité

<!---
### Exhaustivité des RUM et des RSS en fonction du mois et de l'année de clôture
@@ -444,7 +444,7 @@ rum %>%
formatPercentage(5, digits = 2)
```

## Valorisation {.active}
## Valorisation

### <a href="#tab10" data-toggle="collapse" class="panel-heading">Nombre et valorisation des RSA transmis, traités et valorisés</a> {.panel .panel-default}
#### {.panel-body .collapse .in #tab10}
@@ -652,9 +652,7 @@ _\* Nb de journées / Nb de journées standardisées sur la DMS théorique_

<script>
window.onload = function() {
// process widgets in hidden tabs, all
// tabs must have active state
$('.nav-tabs li:last-child a').tab("show");
$('.nav-tabs li a').tab("show");
$('.nav-tabs li:first-child a').tab("show");
$('.panel-body').collapse();
};


Loading…
Cancel
Save